move immich container to nfss

This commit is contained in:
Yan Lin 2026-02-14 07:31:29 +01:00
parent a02fd21f14
commit cc26c13cac
5 changed files with 89 additions and 81 deletions

View file

@ -41,6 +41,15 @@
"zfs.zfs_arc_min=2147483648" # 2GB min ARC size
];
fileSystems."/mnt/essd" = {
device = "/dev/disk/by-uuid/20251dfb-f99a-4393-8c9e-0bb26d04b718";
fsType = "ext4";
};
systemd.tmpfiles.rules = [
"d /mnt/essd 0755 yanlin users -"
];
# Network configuration
networking = {
hostName = "nfss";