+14
-7
nixos/modules/services/networking/ssh/sshd.nix
+14
-7
nixos/modules/services/networking/ssh/sshd.nix
···-${concatStringsSep "," h.hostNames} ${if h.publicKey != null then h.publicKey else readFile h.publicKeyFile}······
···+pubkeyfile=${builtins.toFile "host.pub" (if h.publicKey == null then readFile h.publicKeyFile else h.publicKey)}······