We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8877b commit ce29511Copy full SHA for ce29511
iso-configuration/installer-configuration.nix
@@ -73,7 +73,7 @@
73
# save space and compilation time. might revise?
74
hardware.enableAllFirmware = lib.mkForce false;
75
hardware.enableRedistributableFirmware = lib.mkForce false;
76
- hardware.pulseaudio.enable = false;
+ services.pulseaudio.enable = false;
77
hardware.asahi.setupAsahiSound = false;
78
# avoid including non-reproducible dbus docs
79
documentation.doc.enable = false;
0 commit comments