diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-13 11:51:48 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-13 11:51:48 -0800 |
commit | 904ef4f6ab664d175d07e28a4ac75eac0918ac88 (patch) | |
tree | 3846cd995787e57cc2831d60140c36fb912f7e16 /hosts/carmel | |
parent | motd: drop, there's no need for that (diff) | |
download | world-904ef4f6ab664d175d07e28a4ac75eac0918ac88.tar.gz |
hosts: remove configuration for ssh keys in initrd
This is not working yet, we will figure this out later.
Diffstat (limited to 'hosts/carmel')
-rw-r--r-- | hosts/carmel/default.nix | 1 |
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; }; }; }; |