diff --git a/modules/options.nix b/modules/options.nix index d13bc16..fb28c44 100644 --- a/modules/options.nix +++ b/modules/options.nix @@ -39,6 +39,9 @@ with lib.my; extraGroups = [ "networkmanager" "wheel" ]; description = "Jordan Holt"; useDefaultShell = true; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILVHTjsyMIV4THNw6yz0OxAxGnC+41gX72UrPqTzR+OS jordan@vimium.com" + ]; home = "/home/${name}"; group = "users"; uid = 1000; @@ -72,4 +75,4 @@ with lib.my; concatStringsSep "\n" (mapAttrsToList (n: v: "export ${n}=\"${v}\"") config.env); }; -} \ No newline at end of file +}