diff --git a/network.patch b/network.patch index 5fd8ac5..0a7f087 100644 --- a/network.patch +++ b/network.patch @@ -1,3 +1,16 @@ +diff --git a/base.nix b/base.nix +index 7eaee32..be5a47c 100644 +--- a/base.nix ++++ b/base.nix +@@ -95,7 +95,7 @@ with lib; + ''; + bashrc.text = "export PATH=/run/current-system/sw/bin"; + profile.text = "export PATH=/run/current-system/sw/bin"; +- "resolv.conf".text = "nameserver 10.0.2.3"; ++ "resolv.conf".text = "nameserver 192.168.1.1"; + passwd.text = '' + root:x:0:0:System administrator:/root:/run/current-system/sw/bin/bash + sshd:x:498:65534:SSH privilege separation user:/var/empty:/run/current-system/sw/bin/nologin diff --git a/configuration.nix b/configuration.nix index 010c487..37f6aaa 100644 --- a/configuration.nix