From 0dac495046212fc334e41cedbb5d7a514c455e62 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 4 Oct 2025 20:11:39 +0200 Subject: [PATCH] [skypiea] fix: Fixed evaluation warning about hardware -> services Signed-off-by: SindreKjelsrud --- hosts/skypiea/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/skypiea/configuration.nix b/hosts/skypiea/configuration.nix index 7904d30..31db825 100644 --- a/hosts/skypiea/configuration.nix +++ b/hosts/skypiea/configuration.nix @@ -53,7 +53,7 @@ services.printing.enable = true; # Enable sound with pipewire. - hardware.pulseaudio.enable = false; + services.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true;