feat: F disk

This commit is contained in:
2025-05-03 22:24:22 +03:00
parent 7069a9e1f0
commit a98c3f84ce

View File

@ -24,12 +24,18 @@
options = [ "fmask=0022" "dmask=0022" ];
};
fileSystems."/mnt/D" = {
fileSystems."/mnt/D" = {
device = "/dev/disk/by-uuid/E030A4DF30A4BDC2";
fsType = "ntfs";
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 = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking