From f5475e17523cf9ed027bca4f640982bcfe45a64d Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 19 Jul 2024 14:45:34 +0200 Subject: [PATCH] also remove the sound option for shodan --- nixos/hosts/shodan/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/hosts/shodan/configuration.nix b/nixos/hosts/shodan/configuration.nix index 5eff55f..9f586a6 100644 --- a/nixos/hosts/shodan/configuration.nix +++ b/nixos/hosts/shodan/configuration.nix @@ -166,7 +166,6 @@ services.fwupd.enable = true; # Enable sound with pipewire. - sound.enable = true; hardware.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = {