Heimdall: add snapper to immich

This commit is contained in:
Filippo Berto 2025-09-16 02:02:07 +02:00
parent 7e93cb85c3
commit 76e225d3a7
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -507,6 +507,10 @@ in
"tiziano" "tiziano"
]; ];
}; };
immich = lib.recursiveUpdate common {
SUBVOLUME = "/mnt/raid/immich";
ALLOW_USERS = [ "bertof" ];
};
}; };
}; };