summary refs log tree commit diff
path: root/host/Rory-discordbots
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-discordbots')
-rwxr-xr-xhost/Rory-discordbots/configuration.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/host/Rory-discordbots/configuration.nix b/host/Rory-discordbots/configuration.nix
index ed9b248..3eff333 100755
--- a/host/Rory-discordbots/configuration.nix
+++ b/host/Rory-discordbots/configuration.nix
@@ -13,21 +13,12 @@
 
   networking = {
     hostName = "Rory-discordbots";
-    networkmanager.enable = false;
-    wireless.enable = false;
-      
-    firewall = {
-      enable = false;
-    };
     interfaces.ens18.ipv4.addresses = [ { 
       address = "192.168.1.50";
       prefixLength = 24;
     } ];
   };
 
-  sound.enable = false;
-  hardware.pulseaudio.enable = false;
-
   system.stateVersion = "22.11"; # DO NOT EDIT!
 }