working htz conf

This commit is contained in:
iofq 2024-01-28 04:11:29 -06:00
parent 6ae9ddb73a
commit 2d1a2ce02a
6 changed files with 151 additions and 43 deletions

View file

@ -19,7 +19,7 @@
};
fileSystems = {
"/boot" = {
device = "/dev/disk/by-uuid/5679-B4CD";
device = "/dev/disk/by-uuid/8480-5FBB";
fsType = "vfat";
};
"/" = {
@ -52,10 +52,11 @@
matchConfig.Name = "microvm";
networkConfig = {
DHCPServer = true;
IPv6SendRA = true;
};
addresses = [ {
addressConfig.Address = "10.0.0.1/24";
}];
} ];
};
"11-microvm" = {
matchConfig.Name = "vm-*";