1
0
Fork 0
nixfiles/hosts/astatine/users.nix

11 lines
95 B
Nix

{ ... }:
{
users.users.criese-nethinks = {
extraGroups = [
"wheel"
];
};
}