about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-13 11:51:48 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-13 11:51:48 -0800
commit904ef4f6ab664d175d07e28a4ac75eac0918ac88 (patch)
tree3846cd995787e57cc2831d60140c36fb912f7e16
parentmotd: drop, there's no need for that (diff)
downloadworld-904ef4f6ab664d175d07e28a4ac75eac0918ac88.tar.gz
hosts: remove configuration for ssh keys in initrd
This is not working yet, we will figure this out later.
-rw-r--r--hosts/carmel/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix
index bdc43f5..d728d6b 100644
--- a/hosts/carmel/default.nix
+++ b/hosts/carmel/default.nix
@@ -25,7 +25,6 @@
           /etc/ssh/ssh_host_ed25519_key
           /etc/ssh/ssh_host_rsa_key
         ];
-        authorizedKeys = users.users.fcuny.openssh.authorizedKeys.keys;
       };
     };
   };