summaryrefslogtreecommitdiffstats
path: root/krebs/1systems/puyak
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-28 13:31:04 +0200
committermakefu <github@syntax-fehler.de>2017-07-28 13:31:04 +0200
commit421c27332a69708afd81a5fb07a28fdc93449338 (patch)
tree29f688fe15ba22dcc23512f2e436f0c724865b44 /krebs/1systems/puyak
parent80d72a7243408cfd1e31011f1f67a03fd4f27cc8 (diff)
puyak: disable sound
Diffstat (limited to 'krebs/1systems/puyak')
-rw-r--r--krebs/1systems/puyak/config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix
index 19ee2343..847f5116 100644
--- a/krebs/1systems/puyak/config.nix
+++ b/krebs/1systems/puyak/config.nix
@@ -13,6 +13,7 @@
];
krebs.build.host = config.krebs.hosts.puyak;
+ sound.enable = false;
boot = {
loader.systemd-boot.enable = true;