bring back garage (#1)

make it work with my fork

Reviewed-on: cy/infra#1
This commit is contained in:
cy 2025-01-11 23:18:22 -05:00
parent 0dd68a7d25
commit 2bdfb3e1a2
8 changed files with 109 additions and 0 deletions

View file

@ -25,6 +25,7 @@
./element.nix
./attic.nix
./forgejo.nix
./garage.nix
];
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
@ -65,6 +66,10 @@
"attic/env" = {
sopsFile = ../../secrets/services/attic.yaml;
};
"garage/env" = {
sopsFile = ../../secrets/services/garage.yaml;
};
};
boot.loader.grub.enable = true;