Specify the SSH key paths for agenix
This commit is contained in:
parent
f6b602349b
commit
1de794889c
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue