disable dhcp
This commit is contained in:
parent
e6442b2442
commit
43cfebcec6
2 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
networking = {
|
||||
hostName = "auth";
|
||||
domain = lib.mkForce "test.htw.stura-dresden.de";
|
||||
useDHCP = false;
|
||||
interfaces.eth0.ipv4.addresses = [
|
||||
{
|
||||
address = "141.56.51.96";
|
||||
|
|
@ -35,4 +36,3 @@
|
|||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ in
|
|||
networking = {
|
||||
hostName = "mail";
|
||||
domain = lib.mkForce "test.htw.stura-dresden.de";
|
||||
useDHCP = false;
|
||||
interfaces.ens18.ipv4.addresses = [
|
||||
{
|
||||
address = "141.56.51.95";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue