diff options
author | makefu <github@syntax-fehler.de> | 2017-05-25 23:21:20 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-05-25 23:21:20 +0200 |
commit | e086914ce0cbe09a100475149ae9730b58d1222d (patch) | |
tree | 2e4e9a84ec94458613eedb028da0d8b2f1641b08 /shared/1systems/wolf.nix | |
parent | 0c92dd719a46139523f6e353c354871bd78024a4 (diff) |
s: enable save-diskspace
Diffstat (limited to 'shared/1systems/wolf.nix')
-rw-r--r-- | shared/1systems/wolf.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix index ebe393c90..c6cc2f81c 100644 --- a/shared/1systems/wolf.nix +++ b/shared/1systems/wolf.nix @@ -15,6 +15,7 @@ in ../2configs/shared-buildbot.nix ../2configs/share-shack.nix ../2configs/central-stats-client.nix + ../2configs/save-diskspace.nix ]; # use your own binary cache, fallback use cache.nixos.org (which is used by # apt-cacher-ng in first place) @@ -86,4 +87,5 @@ in ]; time.timeZone = "Europe/Berlin"; + sound.enable = false; } |