it also needs to be the private key stupid

This commit is contained in:
TheWanderingCrow 2025-01-20 17:18:19 -05:00
parent dbc25f4f86
commit 3996999170

View file

@ -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