Switch to using a common hostconfig at build and config time.
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ let
|
||||
ssh-fingerprints = mkOption {
|
||||
type = listOf str;
|
||||
description = ''
|
||||
A list of DNS SSHFP records for this host.
|
||||
A list of DNS SSHFP records for this host. Get with `ssh-keygen -r <hostname>`
|
||||
'';
|
||||
default = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user