From d2dd651f0e20cf475a0848ec76c565b47eb51b9e Mon Sep 17 00:00:00 2001 From: mir Date: Wed, 28 Feb 2024 14:44:29 -0900 Subject: [PATCH] make sound a per machine thing --- configuration.nix | 2 +- flake.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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