disko config
This commit is contained in:
@@ -6,7 +6,12 @@ in
|
||||
reichard = {
|
||||
system = {
|
||||
boot = enabled;
|
||||
networking = enabled;
|
||||
networking = enabled; # TODO - Network Config
|
||||
disk = {
|
||||
enable = true;
|
||||
diskID = "/dev/xvda";
|
||||
};
|
||||
# TODO - Xen Guest
|
||||
};
|
||||
|
||||
services = {
|
||||
@@ -22,7 +27,7 @@ in
|
||||
|
||||
networking = {
|
||||
defaultGateway = {
|
||||
address = "10.0.50.130";
|
||||
address = "10.0.50.254";
|
||||
interface = "enX0";
|
||||
};
|
||||
interfaces.enX0.ipv4.addresses = [{
|
||||
|
||||
Reference in New Issue
Block a user