nix/hosts/common/users.nix

7 lines
146 B
Nix

{
users.users.thehedgehog = {
isNormalUser = true;
description = "The Hedgehog";
extraGroups = [ "networkmanager" "wheel" ];
};
}