forked from M-Labs/nix-servo
replace nameserver
This commit is contained in:
parent
f6055cf908
commit
2639192a92
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user