Add nameservers for server config
Not sure why nix is ignoring the proxmox setting.
This commit is contained in:
parent
34a77a9273
commit
18f46f5e58
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
networking.nameservers =
|
||||
[
|
||||
"192.168.1.80"
|
||||
"192.168.1.20"
|
||||
];
|
||||
|
||||
# enable mosh
|
||||
programs.mosh.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue