Remove sound config as its no longer used.

This commit is contained in:
James Coleman 2024-08-12 17:18:08 -05:00
parent ce1fca104f
commit 0d7b5f8a0d
2 changed files with 1 additions and 2 deletions

View File

@ -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" $@

View File

@ -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 = {