10 lines
155 B
Nix
10 lines
155 B
Nix
{ ... }:
|
|
|
|
{
|
|
users.users.bug = {
|
|
isNormalUser = true;
|
|
description = "Bug";
|
|
extraGroups = [ "networkmanager" "wheel" ];
|
|
};
|
|
}
|