auth dns
This commit is contained in:
parent
61e90ba1a5
commit
0caa35fe9a
2 changed files with 15 additions and 5 deletions
|
@ -58,6 +58,18 @@ in
|
|||
allowedUDPPorts = [ 53 ];
|
||||
};
|
||||
|
||||
networking = {
|
||||
interfaces.ens18 = {
|
||||
ipv4.addresses = [
|
||||
{
|
||||
address = "94.45.254.3";
|
||||
prefixLength = 25;
|
||||
}
|
||||
];
|
||||
};
|
||||
defaultGateway = "94.45.254.1";
|
||||
};
|
||||
|
||||
# DO NOT CHANGE
|
||||
# this defines the first version of NixOS that was installed on the machine so that programs with non-migratable data files are kept compatible
|
||||
home-manager.users.noc.home.stateVersion = "24.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue