mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-12 02:04:09 -05:00
apply secrets to overseer
This commit is contained in:
parent
b3d038a5fc
commit
c5962a623e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ in
|
|||
}: {
|
||||
# Some scafolding for secrets
|
||||
sops = {
|
||||
defaultSopsFile = "${inputs.nix-secrets}/secrets/overseer.json";
|
||||
defaultSopsFile = inputs.nix-secrets.secrets.overseer;
|
||||
age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
age.generateKey = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue