1
0

hosts/astatine: add user criese-nethinks

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

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

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