update(heimdall.snapper): add garage snapshots

This commit is contained in:
Filippo Berto 2025-11-10 15:04:29 +01:00
parent 602fdf40ff
commit db973499f5
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

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