2024-11-17 00:46:56 +01:00
|
|
|
{
|
2024-11-20 17:21:42 +01:00
|
|
|
imports = [
|
|
|
|
../common
|
|
|
|
];
|
|
|
|
|
|
|
|
procolix.vm = {
|
|
|
|
name = "vm02179";
|
|
|
|
ip4 = "185.206.232.179";
|
|
|
|
ip6 = "2a00:51c0:12:1201::179";
|
|
|
|
};
|
|
|
|
|
2024-11-18 12:09:30 +01:00
|
|
|
fileSystems."/" = {
|
|
|
|
device = "/dev/disk/by-uuid/119863f8-55cf-4e2f-ac17-27599a63f241";
|
|
|
|
fsType = "ext4";
|
|
|
|
};
|
2024-11-17 00:46:56 +01:00
|
|
|
|
2024-11-18 12:09:30 +01:00
|
|
|
fileSystems."/boot" = {
|
|
|
|
device = "/dev/disk/by-uuid/D9F4-9BF0";
|
|
|
|
fsType = "vfat";
|
|
|
|
options = [
|
|
|
|
"fmask=0022"
|
|
|
|
"dmask=0022"
|
|
|
|
];
|
|
|
|
};
|
2024-11-17 00:46:56 +01:00
|
|
|
}
|