about summary refs log tree commit diff
path: root/nixos/modules/profiles/headless.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-04-09 15:39:58 +0200
committerProfpatsch <mail@profpatsch.de>2019-01-13 13:47:36 +0100
commitc8c53fcb1154999dabac350bebe12611a0f75024 (patch)
tree85bb4457aa6a9edb20634e0b5bace4d2bbb83240 /nixos/modules/profiles/headless.nix
parent77ccb1315b95fbce2d5704f74771b835b9b9779e (diff)
downloadnixlib-c8c53fcb1154999dabac350bebe12611a0f75024.tar
nixlib-c8c53fcb1154999dabac350bebe12611a0f75024.tar.gz
nixlib-c8c53fcb1154999dabac350bebe12611a0f75024.tar.bz2
nixlib-c8c53fcb1154999dabac350bebe12611a0f75024.tar.lz
nixlib-c8c53fcb1154999dabac350bebe12611a0f75024.tar.xz
nixlib-c8c53fcb1154999dabac350bebe12611a0f75024.tar.zst
nixlib-c8c53fcb1154999dabac350bebe12611a0f75024.zip
modules/profiles/minimal: sound is disabled by default
The option is `false` by default since
e349ccc77febd45abbd14be14f7de123ec4a4da2, so we don’t need to mention
it explicitely in these minimal configs.
Diffstat (limited to 'nixos/modules/profiles/headless.nix')
-rw-r--r--nixos/modules/profiles/headless.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/profiles/headless.nix b/nixos/modules/profiles/headless.nix
index 131ee272859a..46a9b6a7d8d5 100644
--- a/nixos/modules/profiles/headless.nix
+++ b/nixos/modules/profiles/headless.nix
@@ -6,7 +6,6 @@
 with lib;
 
 {
-  sound.enable = false;
   boot.vesa = false;
 
   # Don't start a tty on the serial consoles.