Secrets: add agenix config
This commit is contained in:
parent
0257ccc3b7
commit
b6872b1694
10 changed files with 77 additions and 15 deletions
8
system/secrets.nix
Normal file
8
system/secrets.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
age = {
|
||||
identityPaths = [ "/home/lelgenio/.ssh/id_rsa" ];
|
||||
secrets.lelgenio-cachix.file = ../secrets/lelgenio-cachix.age;
|
||||
secrets.monolith-gitlab-runner-thoreb-itinerario-registrationConfigFile.file =
|
||||
../secrets/monolith-gitlab-runner-thoreb-itinerario-registrationConfigFile.age;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue