nix: use nixfmt-rfc-style
[julm/julm-nix.git] / nixos / profiles / networking / ssh.nix
index eb1322b6f25ab014877695dba223f43a574571cc..4ab5add2ea6fc55a4994ad62fa2a3d9a17842365 100644 (file)
@@ -3,8 +3,6 @@ with lib;
 {
   programs.mosh.enable = mkDefault true;
   services.openssh.enable = true;
-  systemd.services.sshd.serviceConfig.LoadCredentialEncrypted =
-    [ "host.key:${inputs.self}/hosts/${hostName}/ssh/host.key.cred" ];
   # TODO: use hostKeys= once LoadCredentialEncrypted= works in ExecStartPre=
   services.openssh.hostKeys = mkForce [ ];
   services.openssh.extraConfig = ''