summaryrefslogtreecommitdiff
path: root/hosts/sif
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sif')
-rw-r--r--hosts/sif/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index 66dca378..d1a28920 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -20,7 +20,7 @@ in {
20 config = { 20 config = {
21 nixpkgs = { 21 nixpkgs = {
22 system = "x86_64-linux"; 22 system = "x86_64-linux";
23 config = { 23 externalConfig = {
24 allowUnfree = true; 24 allowUnfree = true;
25 pulseaudio = true; 25 pulseaudio = true;
26 }; 26 };