make sound a per machine thing

This commit is contained in:
mir 2024-02-28 14:44:29 -09:00
parent f02ca9cdb9
commit d2dd651f0e
2 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,7 @@
services.printing.enable = true;
# Enable sound with pipewire.
sound.enable = true;
# sound.enable = true;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {

View File

@ -35,6 +35,7 @@
./configuration.nix {
networking.hostName = "starscream";
boot.loader.efi.canTouchEfiVariables = true;
sound.enable = true;
}
./hardware/starscream-hw.nix
home-manager.nixosModules.home-manager
@ -52,6 +53,7 @@
./configuration.nix {
networking.hostName = "knockout";
boot.loader.efi.canTouchEfiVariables = true;
sound.enable = true;
}
./hardware/knockout-hw.nix
home-manager.nixosModules.home-manager