hosts/astatine: add user criese-nethinks
This commit is contained in:
parent
c013c4323a
commit
43335679ed
@ -37,6 +37,9 @@
|
||||
astatine = {
|
||||
name = "astatine";
|
||||
group = "event";
|
||||
modules = [
|
||||
./users/criese-nethinks
|
||||
];
|
||||
};
|
||||
backup-4 = { name = "backup-4"; };
|
||||
beryllium = {
|
||||
|
@ -6,6 +6,7 @@
|
||||
./hardware-configuration.nix
|
||||
|
||||
./isa.nix
|
||||
./users.nix
|
||||
];
|
||||
|
||||
boot.kernelParams = [ "console=ttyS0,115200n8" ];
|
||||
|
10
hosts/astatine/users.nix
Normal file
10
hosts/astatine/users.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
users.users.criese-nethinks = {
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
10
users/criese-nethinks/default.nix
Normal file
10
users/criese-nethinks/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
users.users.criese-nethinks = {
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
(builtins.readFile ./ssh-criese.pub)
|
||||
];
|
||||
};
|
||||
}
|
1
users/criese-nethinks/ssh-criese.pub
Normal file
1
users/criese-nethinks/ssh-criese.pub
Normal 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
|
Loading…
Reference in New Issue
Block a user