summaryrefslogtreecommitdiffstats
path: root/shared/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-05-25 23:21:20 +0200
committermakefu <github@syntax-fehler.de>2017-05-25 23:21:20 +0200
commite086914ce0cbe09a100475149ae9730b58d1222d (patch)
tree2e4e9a84ec94458613eedb028da0d8b2f1641b08 /shared/1systems
parent0c92dd719a46139523f6e353c354871bd78024a4 (diff)
s: enable save-diskspace
Diffstat (limited to 'shared/1systems')
-rw-r--r--shared/1systems/wolf.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix
index ebe393c9..c6cc2f81 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;
}