sops: use ssh key

This commit is contained in:
Asmir A 2023-07-29 21:32:14 +02:00
parent c1d5993f7e
commit 82e5645493

View File

@ -15,7 +15,7 @@
system.stateVersion = "23.05";
system.autoUpgrade.enable = false;
sops.age.keyFile = config.users.users.akill.home + "/.config/sops/age/keys.txt";
sops.age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
sops.secrets."peerix/private" = {
sopsFile = ./secrets/peerix.yaml;
};