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