Fix vps config

This commit is contained in:
mups 2024-07-13 23:55:28 +00:00
parent 51f079d981
commit 33895b9c46
3 changed files with 1 additions and 3 deletions

View file

@ -25,7 +25,6 @@ in {
];
networking.useDHCP = lib.mkForce false;
networking.hostName = hostname;
networking.domain = "";
networking.interfaces.ens3.ipv4.addresses = [{ address = ip; prefixLength = 24; }];