summary refs log tree commit diff
path: root/host/Rory-nginx/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/configuration.nix')
-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!
 }