Compare commits

..

1 Commits

Author SHA1 Message Date
Robin Jesse Schwarz
27f18dc6ec added ssh key for morpheus 2025-10-29 14:37:30 +01:00
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 = {