diff options
author | makefu <github@syntax-fehler.de> | 2017-07-28 13:31:04 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-28 13:31:04 +0200 |
commit | 421c27332a69708afd81a5fb07a28fdc93449338 (patch) | |
tree | 29f688fe15ba22dcc23512f2e436f0c724865b44 /krebs/1systems | |
parent | 80d72a7243408cfd1e31011f1f67a03fd4f27cc8 (diff) |
puyak: disable sound
Diffstat (limited to 'krebs/1systems')
-rw-r--r-- | krebs/1systems/puyak/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index 19ee2343d..847f51161 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; |