Skip to content

Commit

Permalink
Adiciona zé e rádio
Browse files Browse the repository at this point in the history
  • Loading branch information
LuNeder authored and Misterio77 committed Nov 2, 2024
1 parent 31ee461 commit b7cb123
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
15 changes: 14 additions & 1 deletion hosts/macaroni/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,19 @@
packages = [
];
};

users.users.ze = {
isNormalUser = true;
description = "Zé Guilherme";
extraGroups = [ "networkmanager" "wheel" ];
packages = [
];
};
users.users.radio = {
isNormalUser = true;
description = "Radio";
extraGroups = [ "networkmanager" "wheel" ];
packages = [
];
};

}
15 changes: 15 additions & 0 deletions hosts/rockhopper/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,21 @@
packages = [
];
};
users.users.ze = {
isNormalUser = true;
description = "Zé Guilherme";
extraGroups = [ "networkmanager" "wheel" ];
packages = [
];
};
users.users.radio = {
isNormalUser = true;
description = "Radio";
extraGroups = [ "networkmanager" "wheel" ];
packages = [
];
};



}

0 comments on commit b7cb123

Please sign in to comment.