plural
This commit is contained in:
parent
c9902bebc2
commit
0617dbdcbd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
age = {
|
age = {
|
||||||
# Derives sops private key from host ssh private key and places it at /var/lib/sops-nix/key.txt.
|
# Derives sops private key from host ssh private key and places it at /var/lib/sops-nix/key.txt.
|
||||||
sshKeyPath = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||||
keyFile = "/var/lib/sops-nix/key.txt";
|
keyFile = "/var/lib/sops-nix/key.txt";
|
||||||
generateKey = true;
|
generateKey = true;
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue