From c808c89fbd41ab8337137ee1d5b5adee54599b93 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 15 Jul 2024 21:38:14 -0400 Subject: [PATCH] removes sound.enable from all machines Signed-off-by: ahuston-0 --- systems/bob/configuration.nix | 1 - systems/rhapsody-in-green/configuration.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/systems/bob/configuration.nix b/systems/bob/configuration.nix index ed89c2b..c49540c 100644 --- a/systems/bob/configuration.nix +++ b/systems/bob/configuration.nix @@ -28,7 +28,6 @@ }; security.rtkit.enable = true; - sound.enable = true; services = { autopull.enable = false; diff --git a/systems/rhapsody-in-green/configuration.nix b/systems/rhapsody-in-green/configuration.nix index d3525a0..b468259 100644 --- a/systems/rhapsody-in-green/configuration.nix +++ b/systems/rhapsody-in-green/configuration.nix @@ -25,7 +25,6 @@ }; security.rtkit.enable = true; - sound.enable = true; services = { autopull.enable = false;