summary refs log tree commit diff
path: root/host/Rory-discordbots/configuration.nix
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-24 20:03:16 +0000
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-02-24 20:03:16 +0000
commitd6465b7ed0dc877967e4b4c21a4254cae7e0512e (patch)
tree56038070405b6c123a1113eb5e5f25288703cddb /host/Rory-discordbots/configuration.nix
parentAdd memory hotplug kernel parameters to base (diff)
downloadRory-Open-Architecture-d6465b7ed0dc877967e4b4c21a4254cae7e0512e.tar.xz
Cleanup
Diffstat (limited to 'host/Rory-discordbots/configuration.nix')
-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!
 }