diff --git a/configuration.nix b/configuration.nix index 22499d5..4ce7b22 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = { diff --git a/flake.nix b/flake.nix index 85753ef..58c5c15 100644 --- a/flake.nix +++ b/flake.nix @@ -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