summary refs log tree commit diff
path: root/host/Rory-fosscord/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-fosscord/configuration.nix')
-rw-r--r--host/Rory-fosscord/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-fosscord/configuration.nix b/host/Rory-fosscord/configuration.nix
index 74defbc..c7240a6 100644
--- a/host/Rory-fosscord/configuration.nix
+++ b/host/Rory-fosscord/configuration.nix
@@ -23,8 +23,8 @@
     } ];
   };
 
-  sound.enable = true;
-  hardware.pulseaudio.enable = true;
+  sound.enable = false;
+  hardware.pulseaudio.enable = false;
 
   system.stateVersion = "22.11"; # DO NOT EDIT!
 }