bring back garage (#1)
make it work with my fork Reviewed-on: cy/infra#1
This commit is contained in:
parent
0dd68a7d25
commit
2bdfb3e1a2
8 changed files with 109 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue