wip static net
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user