summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-01-06 16:16:49 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2020-01-06 16:16:49 +0100
commit47a7563f2a92a07419ecf978037134b2a241c826 (patch)
tree57815cde9c6c5c6583d52067c056845452b5da5b /custom
parent80d993a872034566e4ba9799fde3608cebadf3ce (diff)
downloadnixos-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.nix2
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 {