summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-13 00:41:07 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-13 00:41:07 +0200
commit041a31e14d2862260fc5deb667e6f18066505dcc (patch)
tree656c14ca3cf59d32ff148873eaf4c71039c7eeeb
parent74b331c00314b98b8b417e94aa38e560e70c3a73 (diff)
downloadnixos-041a31e14d2862260fc5deb667e6f18066505dcc.tar
nixos-041a31e14d2862260fc5deb667e6f18066505dcc.tar.gz
nixos-041a31e14d2862260fc5deb667e6f18066505dcc.tar.bz2
nixos-041a31e14d2862260fc5deb667e6f18066505dcc.tar.xz
nixos-041a31e14d2862260fc5deb667e6f18066505dcc.zip
alsa on hel
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 2d7d43b9..be38f18d 100644
--- a/hel.nix
+++ b/hel.nix
@@ -115,6 +115,8 @@
115 enable = true; 115 enable = true;
116 }; 116 };
117 117
118 sound.enable = true;
119
118 nix.gc = { 120 nix.gc = {
119 automatic = true; 121 automatic = true;
120 dates = "daily"; 122 dates = "daily";