Added traefik.nix. Added git to packages. Try to get automount working. Edited secrets to get them working.

This commit is contained in:
Raphaël Numbus
2026-01-03 21:08:34 +01:00
parent 379e71ca0b
commit fb551a15cf
5 changed files with 48 additions and 46 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
type = "filesystem";
format = "xfs";
mountpoint = "/mnt/content-${j}";
mountOptions = [ "noauto" "nofail" "x-systemd.automount" ];
mountOptions = [ "noauto" "nofail" ];
};
};
};
+1 -1
View File
@@ -18,7 +18,7 @@
type = "filesystem";
format = "xfs";
mountpoint = "/mnt/parity-${j}";
mountOptions = [ "noauto" "nofail" "x-systemd.automount" ];
mountOptions = [ "noauto" "nofail" ];
};
};
};