another mistake after refactor
This commit is contained in:
parent
cfa9bb1be3
commit
dc79f4da5a
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue