added ssh key for morpheus

This commit is contained in:
Robin Jesse Schwarz
2025-10-29 14:37:30 +01:00
parent 63f40f5937
commit 27f18dc6ec
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYkZY9rUTaN7LrmA5MVU+I+at1YV+i2e3EkGfCIt4M2 robin@thor

View File

@@ -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 = {