Added vatnajokull NAS as a separate module

This commit is contained in:
marc
2024-02-20 20:22:41 +01:00
parent 32654faf98
commit 95944b2486
5 changed files with 24 additions and 14 deletions

View File

@@ -17,13 +17,6 @@
device = "/dev/disk/by-label/nixos";
fsType = "ext4";
};
"/mnt/vatnajokull" = {
# device = "vatnajokull:/mnt/raid1";
device = "100.89.248.65:/mnt/raid1";
fsType = "nfs";
options = [ "x-systemd.automount" "noauto" "noatime" "x-systemd.idle-timeout=600"];
};
};
swapDevices = [