Remove sound config as its no longer used.
This commit is contained in:
parent
ce1fca104f
commit
0d7b5f8a0d
@ -17,4 +17,4 @@ fi
|
|||||||
|
|
||||||
# Install NixOS.
|
# Install NixOS.
|
||||||
# shellcheck disable=SC2068
|
# shellcheck disable=SC2068
|
||||||
nix --extra-experimental-features 'nix-command flakes' run 'github:nix-community/disko#disko-install' -- --impure --flake "path:$nixosDir/#$host" $@
|
nix --extra-experimental-features 'nix-command flakes' run 'github:nix-community/disko#disko-install' -- --flake "path:$nixosDir/#$host" $@
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
sound.enable = true;
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
Loading…
Reference in New Issue
Block a user