1
0
Fork 0

update flake

This commit is contained in:
cătălin 2025-06-26 12:57:36 +02:00
commit 34c3e678eb
No known key found for this signature in database
7 changed files with 109 additions and 75 deletions

View file

@ -53,6 +53,12 @@
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ];
};
fileSystems."/mnt/windoze2" =
{ device = "/dev/disk/by-uuid/6084BE5384BE2B82";
fsType = "ntfs-3g";
options = [ "rw" "uid=1000"];
};
fileSystems."/mnt/windoze" =
{ device = "/dev/disk/by-uuid/46B01460B01458AF";
fsType = "ntfs-3g";