1
0
Fork 0

hosts/astatine: add user criese-nethinks

This commit is contained in:
clerie 2023-10-29 20:06:30 +01:00
parent c013c4323a
commit 43335679ed
5 changed files with 25 additions and 0 deletions

View File

@ -37,6 +37,9 @@
astatine = {
name = "astatine";
group = "event";
modules = [
./users/criese-nethinks
];
};
backup-4 = { name = "backup-4"; };
beryllium = {

View File

@ -6,6 +6,7 @@
./hardware-configuration.nix
./isa.nix
./users.nix
];
boot.kernelParams = [ "console=ttyS0,115200n8" ];

10
hosts/astatine/users.nix Normal file
View File

@ -0,0 +1,10 @@
{ ... }:
{
users.users.criese-nethinks = {
extraGroups = [
"wheel"
];
};
}

View File

@ -0,0 +1,10 @@
{ ... }:
{
users.users.criese-nethinks = {
isNormalUser = true;
openssh.authorizedKeys.keys = [
(builtins.readFile ./ssh-criese.pub)
];
};
}

View File

@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCXduKo8ZksOerEvN4y8SrMqz1G1B8Ibav7Jf1ELBNnQUEOBrRQFMDWgltPySEB0C4lq6rdkkIs6669PSmQp2KLW+aP1Ch/tvIv2mgWk7/XVbzUQgA8nDa2j9fHdiQ7dW7tE9ccgBsZlVX5VYHnq+P1Birkp6RJF+Wiizy6mvDEsHnSdI0INWX1+ffCjCwCRuxABxG3usqYZdSYIFQaFdw7wsz8sqXs8uEb57+y+ZTfZpZj7FnoN+sHZwBcCbCdhs50P/3Q3zsWeK66rXJC83mKCsVOGU0Ls9gslDNDBrAZhbBNOgUkbQmH8yuuAVUu807B7cR5jsK6NrfRwnnyBK1nAiKJNZU0Y8VPkhTsa1XYAxU91QGLtPbhnhBisCSMLD0Le/fOnU3I6dsKtg8sVwdL1jn/c6vU2t4lEi3Eczcc316OVH5+b+L7JuplDBQH8dN6PkxuYBEp9/zl77n7gIH/1MfhmDBZfkVHZX8NKM72QtSwgu4U/vgMsZ6fSDYM58E= criese