1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 10:37:44 +00:00

garage: use new package name

This commit is contained in:
RGBCube 2025-07-04 01:13:19 +03:00
parent 64ae1e37c0
commit b1e5807f5a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -13,7 +13,7 @@ in {
secrets.garageEnvironment.file = ./environment.age;
services.garage = enabled {
package = pkgs.garage_1_x;
package = pkgs.garage_1;
environmentFile = config.secrets.garageEnvironment.path;