another mistake after refactor

This commit is contained in:
Joseph Hanson 2024-08-03 17:02:44 -05:00
parent cfa9bb1be3
commit dc79f4da5a
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -40,12 +40,12 @@ in
networking.firewall.interfaces.podman0.allowedUDPPorts = [ 53 ];
# extra user for containers
users.groups.kah = { };
users.users = {
kah = {
uid = 568;
group = "kah";
};
groups.kah = { };
jahanson.extraGroups = [ "kah" ];
};
};