Skip to content

Commit ce29511

Browse files
committed
installer-configuration: update pulseaudio option
1 parent da8877b commit ce29511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iso-configuration/installer-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# save space and compilation time. might revise?
7474
hardware.enableAllFirmware = lib.mkForce false;
7575
hardware.enableRedistributableFirmware = lib.mkForce false;
76-
hardware.pulseaudio.enable = false;
76+
services.pulseaudio.enable = false;
7777
hardware.asahi.setupAsahiSound = false;
7878
# avoid including non-reproducible dbus docs
7979
documentation.doc.enable = false;

0 commit comments

Comments
 (0)