1
0
Fork 0

replace nameserver

nameserver
Florian Agbuya 2024-01-17 10:33:29 +08:00
parent f6055cf908
commit 2639192a92
1 changed files with 13 additions and 0 deletions

View File

@ -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