summaryrefslogtreecommitdiffstats
path: root/shared/1systems/wolf.nix
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
commit5bef07d2c0ba2e765760807ddcf1e56f9d20da44 (patch)
treed72f8a9b7ab7894c3b0e62bb954da5db0be1439e /shared/1systems/wolf.nix
parent7b059079e657301732b9d539f2c1df4d7b4d32ae (diff)
s: enable save-diskspace
Diffstat (limited to 'shared/1systems/wolf.nix')
-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 ebe393c..c6cc2f8 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;
}