Specify the SSH key paths for agenix

This commit is contained in:
2021-08-13 09:48:58 +01:00
parent f6b602349b
commit 1de794889c

View File

@@ -98,7 +98,10 @@
};
# Specify secrets
age.secrets.wireguard.file = secrets/wireguard.age;
age = {
secrets.wireguard.file = secrets/wireguard.age;
sshKeyPaths = ["/home/coolneng/.ssh/id_ed25519"];
};
# Import other configuration modules
imports = [