feat(g18-next): switch from nfs to vdisk
This commit is contained in:
parent
ba68011de9
commit
7f764265e1
|
@ -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 = {
|
||||||
|
|
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue
Block a user