Add default nameservers for shadowfax vms.
This commit is contained in:
parent
4248d9d398
commit
9c214dc282
1 changed files with 3 additions and 0 deletions
|
@ -16,5 +16,8 @@
|
|||
# initialize the display early to get a complete log.
|
||||
# this is required for typing in LUKS passwords on boot too.
|
||||
boot.kernelParams = [ "console=tty" ];
|
||||
networking.nameservers = [
|
||||
"10.1.1.1"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue