feat: F disk
This commit is contained in:
@ -24,12 +24,18 @@
|
|||||||
options = [ "fmask=0022" "dmask=0022" ];
|
options = [ "fmask=0022" "dmask=0022" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/mnt/D" = {
|
fileSystems."/mnt/D" = {
|
||||||
device = "/dev/disk/by-uuid/E030A4DF30A4BDC2";
|
device = "/dev/disk/by-uuid/E030A4DF30A4BDC2";
|
||||||
fsType = "ntfs";
|
fsType = "ntfs";
|
||||||
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