From 8d48aa19f45d621d0ce234c81d3c930cb5b05eb5 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 4 May 2023 01:04:59 +0300 Subject: 2023-05-04 --- modules/nixos/openssh.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/nixos/openssh.nix') 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" -- cgit v1.2.3