nix-conf/system/users.nix

9 lines
110 B
Nix
Raw Normal View History

2024-10-18 23:42:11 -04:00
{ ... }:
{
users.users.ahnwuoa = {
isNormalUser = true;
extraGroups = [ "wheel" "podman" ];
};
}