feat: F disk
This commit is contained in:
@ -30,6 +30,12 @@
|
|||||||
options = ["umask=0022" "gid=100" "uid=1002"];
|
options = ["umask=0022" "gid=100" "uid=1002"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/F" = {
|
||||||
|
device = "/dev/disk/by-uuid/1C6278FC2848E1EF";
|
||||||
|
fsType = "ntfs";
|
||||||
|
options = ["umask=0022" "gid=100" "uid=1002"];
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
|
Reference in New Issue
Block a user