update flake
This commit is contained in:
parent
4f5f77eae8
commit
34c3e678eb
7 changed files with 109 additions and 75 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue