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 ];
|
networking.firewall.interfaces.podman0.allowedUDPPorts = [ 53 ];
|
||||||
|
|
||||||
# extra user for containers
|
# extra user for containers
|
||||||
|
users.groups.kah = { };
|
||||||
users.users = {
|
users.users = {
|
||||||
kah = {
|
kah = {
|
||||||
uid = 568;
|
uid = 568;
|
||||||
group = "kah";
|
group = "kah";
|
||||||
};
|
};
|
||||||
groups.kah = { };
|
|
||||||
jahanson.extraGroups = [ "kah" ];
|
jahanson.extraGroups = [ "kah" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue