feat(g18-next): switch from nfs to vdisk
This commit is contained in:
parent
ba68011de9
commit
7f764265e1
|
@ -34,7 +34,7 @@ in
|
|||
DHCP = "no";
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
address = [ "192.168.122.118/24" ];
|
||||
address = [ "192.168.122.118/24" "192.168.122.215/24" ];
|
||||
routes = [
|
||||
{
|
||||
routeConfig = {
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
};
|
||||
|
||||
fileSystems."/data0" =
|
||||
{ device = "192.168.122.1:/data0";
|
||||
fsType = "nfs";
|
||||
{ device = "/dev/disk/by-uuid/9140a5e0-e875-497c-8457-187b3905ddaa";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
|
|
Loading…
Reference in New Issue
Block a user