Specify the SSH key paths for agenix

This commit is contained in:
coolneng 2021-08-13 09:48:58 +01:00
parent f6b602349b
commit 1de794889c
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 1 deletions

View File

@ -98,7 +98,10 @@
}; };
# Specify secrets # 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 # Import other configuration modules
imports = [ imports = [