feat(g18-next): switch from nfs to vdisk

This commit is contained in:
Dict Xiong 2024-06-28 00:46:31 +08:00
parent ba68011de9
commit 7f764265e1
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ in
DHCP = "no"; DHCP = "no";
IPv6AcceptRA = true; IPv6AcceptRA = true;
}; };
address = [ "192.168.122.118/24" ]; address = [ "192.168.122.118/24" "192.168.122.215/24" ];
routes = [ routes = [
{ {
routeConfig = { routeConfig = {

View File

@ -25,8 +25,8 @@
}; };
fileSystems."/data0" = fileSystems."/data0" =
{ device = "192.168.122.1:/data0"; { device = "/dev/disk/by-uuid/9140a5e0-e875-497c-8457-187b3905ddaa";
fsType = "nfs"; fsType = "ext4";
}; };
swapDevices = swapDevices =