wip static net

This commit is contained in:
2025-04-08 21:25:08 -04:00
parent a1a5ee1f8f
commit 8f4e907bce
2 changed files with 48 additions and 15 deletions

View File

@@ -15,7 +15,16 @@ in
enable = true;
diskPath = "/dev/xvda";
};
networking = enabled; # TODO - Network Config
networking = {
enable = true;
useDHCP = false;
useStatic = {
interface = "enX0";
address = "10.0.50.130";
defaultGateway = "10.0.50.254";
nameservers = [ "10.0.50.254" ];
};
};
};
services = {