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

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"
];
};
}