diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index bf1bb71b..859b08c3 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -60,10 +60,8 @@ isNormalUser = true; extraGroups = [ "wheel" "docker" ]; createHome = true; - #openssh.authorizedKeys.keys = with (import ../../ssh-public-keys.nix).users; - # leon; - openssh.authorizedKeys.keys = with import ../../users.nix; - leon.sshKeys; + openssh.authorizedKeys.keys = with (import ../../ssh-public-keys.nix).users; + leon; }; networking.nameservers = ["172.20.73.8" "9.9.9.9"];