sora: place in proper brackets
This commit is contained in:
parent
3e9548138b
commit
c4ad75b732
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{lib, ...}: {
|
||||
environment.etc = {
|
||||
"resolv.conf".text = "nameserver 8.8.8.8\n";
|
||||
};
|
||||
networking = {
|
||||
nameservers = [
|
||||
"8.8.8.8"
|
||||
];
|
||||
environment.etc = {
|
||||
"resolv.conf".text = "nameserver 8.8.8.8\n";
|
||||
};
|
||||
defaultGateway = "172.31.1.1";
|
||||
defaultGateway6 = {
|
||||
address = "fe80::1";
|
||||
|
|
Loading…
Reference in a new issue