cluster/services/attic: prepare for standalone ascension
This commit is contained in:
parent
0f3bd138e5
commit
727af63d6f
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ in
|
||||||
depot.inputs.attic.nixosModules.atticd
|
depot.inputs.attic.nixosModules.atticd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
ascensions.attic-standalone = {
|
||||||
|
requiredBy = [ "attic.service" ];
|
||||||
|
before = [ "attic.service" ];
|
||||||
|
incantations = i: [ ];
|
||||||
|
};
|
||||||
|
|
||||||
age.secrets.atticServerToken.file = ./attic-server-token.age;
|
age.secrets.atticServerToken.file = ./attic-server-token.age;
|
||||||
|
|
||||||
links.atticServer.protocol = "http";
|
links.atticServer.protocol = "http";
|
||||||
|
|
Loading…
Reference in a new issue