diff --git a/hosts/freun.dev/configuration.nix b/hosts/freun.dev/configuration.nix index b8f7d3c..ef124b5 100644 --- a/hosts/freun.dev/configuration.nix +++ b/hosts/freun.dev/configuration.nix @@ -92,6 +92,7 @@ packages = [ pkgs.nh ]; openssh.authorizedKeys.keys = [ ssh.publicKeys.yubikey ]; }; + users.users.root.openssh.authorizedKeys.keys = [ ssh.publicKeys.yubikey ]; nix.settings.trusted-users = [ "jokke" ];