sshd: Fix missing cfg.fqdn regression
This commit is contained in:
@@ -55,7 +55,7 @@ in
|
|||||||
hostNames = [
|
hostNames = [
|
||||||
"localhost"
|
"localhost"
|
||||||
config.networking.hostName
|
config.networking.hostName
|
||||||
] ++ (lib.optional (config.networking.domain != null) cfg.fqdn);
|
] ++ (lib.optional (config.networking.domain != null) config.networking.fqdn);
|
||||||
publicKey = config.clan.core.vars.generators.openssh.files."ssh.id_ed25519.pub".value;
|
publicKey = config.clan.core.vars.generators.openssh.files."ssh.id_ed25519.pub".value;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user