mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-27 22:52:35 -05:00
it also needs to be the private key stupid
This commit is contained in:
parent
dbc25f4f86
commit
3996999170
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,9 @@ in
|
|||
sops = {
|
||||
defaultSopsFile = inputs.nix-secrets.secrets.overseer;
|
||||
age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
age.sshKeyPaths = [inputs.nix-secrets.keys.overseer];
|
||||
age.sshKeyPaths = [
|
||||
/home/overseer/.ssh/id_overseer
|
||||
];
|
||||
};
|
||||
|
||||
# Create the dirs we need
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue