darwin/community-builder: add user tnias
This commit is contained in:
parent
d1c77d2b2e
commit
c30378111e
2 changed files with 6 additions and 0 deletions
1
modules/darwin/community-builder/keys/tnias
Normal file
1
modules/darwin/community-builder/keys/tnias
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKtWOeH7BEhxP8E6nJF8F0L5MjnxcJF7CsDfX9UvXg6N tnias@nix-community
|
|
@ -204,6 +204,11 @@ let
|
||||||
trusted = true;
|
trusted = true;
|
||||||
uid = 540;
|
uid = 540;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "tnias";
|
||||||
|
trusted = true;
|
||||||
|
uid = 541;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue