summary refs log tree commit diff
path: root/host/Rory-nginx
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-nginx
parentAdd memory hotplug kernel parameters to base (diff)
downloadRory-Open-Architecture-d6465b7ed0dc877967e4b4c21a4254cae7e0512e.tar.xz
Cleanup
Diffstat (limited to 'host/Rory-nginx')
-rwxr-xr-xhost/Rory-nginx/configuration.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix
index 29d2eeb..5d3347c 100755
--- a/host/Rory-nginx/configuration.nix
+++ b/host/Rory-nginx/configuration.nix
@@ -8,12 +8,6 @@
 
   networking = {
     hostName = "Rory-nginx";
-    networkmanager.enable = false;
-    wireless.enable = false;
-      
-    firewall = {
-      enable = false;
-    };
     interfaces.ens18.ipv4.addresses = [ { 
       address = "192.168.1.2";
       prefixLength = 24;
@@ -73,8 +67,5 @@
   security.acme.acceptTerms = true;
   security.acme.defaults.email = "root@thearcanebrony.net";
 
-  sound.enable = false;
-  hardware.pulseaudio.enable = false;
-
   system.stateVersion = "22.11"; # DO NOT EDIT!
 }