Add nameservers for server config
Not sure why nix is ignoring the proxmox setting.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
networking.nameservers =
|
||||
[
|
||||
"192.168.1.80"
|
||||
"192.168.1.20"
|
||||
];
|
||||
|
||||
# enable mosh
|
||||
programs.mosh.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user