Add OCI container VM
This commit is contained in:
@@ -100,6 +100,7 @@
|
||||
lm_sensors
|
||||
linuxPackages.cpupower
|
||||
smartmontools
|
||||
xfsprogs
|
||||
];
|
||||
|
||||
systemd = {
|
||||
@@ -179,6 +180,15 @@
|
||||
Gateway = allAssignments.shill.internal.ipv6.address;
|
||||
Destination = lib.my.colony.prefixes.ctrs.v6;
|
||||
}
|
||||
|
||||
{
|
||||
Gateway = allAssignments.whale2.internal.ipv4.address;
|
||||
Destination = lib.my.colony.prefixes.oci.v4;
|
||||
}
|
||||
{
|
||||
Gateway = allAssignments.whale2.internal.ipv6.address;
|
||||
Destination = lib.my.colony.prefixes.oci.v6;
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user