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-x[-rw-r--r--]host/Rory-nginx/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix
index 85f47c5..34d9db1 100644..100755
--- a/host/Rory-nginx/configuration.nix
+++ b/host/Rory-nginx/configuration.nix
@@ -15,7 +15,7 @@
       enable = false;
     };
     interfaces.ens18.ipv4.addresses = [ { 
-      address = "192.168.1.55";
+      address = "192.168.1.2";
       prefixLength = 24;
     } ];
   };
@@ -53,4 +53,4 @@
   hardware.pulseaudio.enable = false;
 
   system.stateVersion = "22.11"; # DO NOT EDIT!
-}
\ No newline at end of file
+}