add arrbyte user on beleth

This commit is contained in:
xqtc 2024-10-25 13:27:14 +02:00
parent 2047c27073
commit bbd4cdca3b
Signed by: xqtc
GPG key ID: 2C064D095926D9D1

View file

@ -54,4 +54,15 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGoWyG1XphHZJd9qJwv2c4NvRQpNMN7Q7o/NLRNKsn/j danb@ha.si" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGoWyG1XphHZJd9qJwv2c4NvRQpNMN7Q7o/NLRNKsn/j danb@ha.si"
]; ];
}; };
users.users.arrbyte = {
isNormalUser = true;
packages = with pkgs; [
git
wget
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaGk8I5reIyZSXjKorcr5gbLnaGWP44dcw9rDL6sv/F arrbyten macht frei"
];
};
} }