1
0
Fork 0

update flake

This commit is contained in:
cătălin 2025-01-31 10:37:03 +01:00
commit ea02714d7f
No known key found for this signature in database
5 changed files with 47 additions and 13 deletions

View file

@ -42,6 +42,17 @@
options = [ "loop" ];
};
fileSystems."/mnt/zeruel/nas1" =
{ device = "zeruel.fuku:/mnt/pool1/nas1";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ];
};
fileSystems."/mnt/zeruel/dcsi" =
{ device = "zeruel.fuku:/mnt/pool1/dcsi";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ];
};
swapDevices =
[ { device = "/dev/disk/by-uuid/03ecd98d-013f-4476-b43a-bcae0bc1de67"; }
];