This commit is contained in:
tulg 2026-05-06 16:04:54 +03:00
parent 0875e05f71
commit 8c44e6e6cc
7 changed files with 284 additions and 15 deletions

View file

@ -58,15 +58,15 @@
swapDevices = [];
#fileSystems."/mnt/backup" = {
# device = "/dev/disk/by-uuid/4242ad6b-4b5e-4990-bcf7-501f6099b429";
# fsType = "ext4";
# options = [
# "nofail" # dont block boot if missing
# # "x-systemd.automount" # mount on first access
# "noatime"
# ];
# };
fileSystems."/mnt/backup" = {
device = "/dev/disk/by-uuid/4242ad6b-4b5e-4990-bcf7-501f6099b429";
fsType = "ext4";
options = [
"nofail" # dont block boot if missing
# "x-systemd.automount" # mount on first access
"noatime"
];
};
fileSystems."/mnt/hdd1tb" = {
device = "/dev/disk/by-uuid/790092e5-074b-4007-a511-cbd8aa8cc1a7";