Set the DNS IP, not the most elegant thing
This commit is contained in:
parent
d86ded0d74
commit
45c92d191b
2 changed files with 8 additions and 0 deletions
|
|
@ -26,5 +26,9 @@
|
|||
openssh.enable = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
nameservers = [ "192.168.1.2" ];
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue