host sid is now nameserver
This commit is contained in:
parent
d806a3cd5e
commit
91db9e4626
3 changed files with 9 additions and 3 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{ constants, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "rx4";
|
||||
networking.domain = "sid.ovh";
|
||||
networking.nameservers = [ constants.hosts.sid.ip ];
|
||||
|
||||
# boot.kernel.sysctl = {
|
||||
# "net.ipv4.conf.all.forwarding" = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue