summaryrefslogtreecommitdiff
path: root/hosts/sif
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sif')
-rw-r--r--hosts/sif/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index a79cfaa7..c3f4bd41 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -22,6 +22,7 @@ in {
22 system = "x86_64-linux"; 22 system = "x86_64-linux";
23 config = { 23 config = {
24 allowUnfree = true; 24 allowUnfree = true;
25 pulseaudio = true;
25 }; 26 };
26 }; 27 };
27 28