diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 16:16:49 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-01-06 16:16:49 +0100 |
commit | 47a7563f2a92a07419ecf978037134b2a241c826 (patch) | |
tree | 57815cde9c6c5c6583d52067c056845452b5da5b /custom | |
parent | 80d993a872034566e4ba9799fde3608cebadf3ce (diff) | |
download | nixos-47a7563f2a92a07419ecf978037134b2a241c826.tar nixos-47a7563f2a92a07419ecf978037134b2a241c826.tar.gz nixos-47a7563f2a92a07419ecf978037134b2a241c826.tar.bz2 nixos-47a7563f2a92a07419ecf978037134b2a241c826.tar.xz nixos-47a7563f2a92a07419ecf978037134b2a241c826.zip |
preshared knownHosts
Diffstat (limited to 'custom')
-rw-r--r-- | custom/uucp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/uucp.nix b/custom/uucp.nix index 7fccb7e5..54f5aac4 100644 --- a/custom/uucp.nix +++ b/custom/uucp.nix | |||
@@ -60,7 +60,7 @@ let | |||
60 | publicKeys = mkOption { | 60 | publicKeys = mkOption { |
61 | type = types.listOf types.str; | 61 | type = types.listOf types.str; |
62 | default = []; | 62 | default = []; |
63 | description = "SSH public keys for this node"; | 63 | description = "SSH client public keys for this node"; |
64 | }; | 64 | }; |
65 | 65 | ||
66 | generateKey = mkOption { | 66 | generateKey = mkOption { |