nix-conf/system/users.nix
2024-10-19 01:35:49 -05:00

9 lines
110 B
Nix

{ ... }:
{
users.users.ahnwuoa = {
isNormalUser = true;
extraGroups = [ "wheel" "podman" ];
};
}