diff --git a/nix/users/keys/morpheus.pub b/nix/users/keys/morpheus.pub new file mode 100644 index 0000000..321d3fd --- /dev/null +++ b/nix/users/keys/morpheus.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYkZY9rUTaN7LrmA5MVU+I+at1YV+i2e3EkGfCIt4M2 robin@thor \ No newline at end of file diff --git a/nix/users/users.nix b/nix/users/users.nix index b4e24aa..3b85f8f 100644 --- a/nix/users/users.nix +++ b/nix/users/users.nix @@ -16,10 +16,13 @@ users.users.morpheus = { isNormalUser = true; - description = "Insert joke here"; + description = "I'm colorblind"; extraGroups = [ "networkmanager" "wheel" ]; shell = pkgs.zsh; packages = with pkgs; [ ]; + openssh.authorizedKeys.keyFiles = [ + ./keys/morpheus.pub + ]; }; users.users.trinity = {