diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-05-04 01:04:59 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-05-04 01:04:59 +0300 |
commit | 8d48aa19f45d621d0ce234c81d3c930cb5b05eb5 (patch) | |
tree | 0ea1ba56b8e31eca1316400e4b16f2602c970327 /modules/nixos/openssh.nix | |
parent | 2023-05-02 (diff) |
2023-05-04
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/openssh.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/nixos/openssh.nix b/modules/nixos/openssh.nix index 164f5bb..22e4b51 100644 --- a/modules/nixos/openssh.nix +++ b/modules/nixos/openssh.nix @@ -17,8 +17,6 @@ in { }; config = mkIf cfg.server.enable { - # authorized_keys is not added here because it only contains my SSH keys and - # all non-declarative ones are located in the home directory. ark.files = [ "/etc/ssh/ssh_host_ed25519_key" "/etc/ssh/ssh_host_ed25519_key.pub" |