diff --git a/nixos/modules/nixos/services/podman/default.nix b/nixos/modules/nixos/services/podman/default.nix index 3cbcc28..455227d 100644 --- a/nixos/modules/nixos/services/podman/default.nix +++ b/nixos/modules/nixos/services/podman/default.nix @@ -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" ]; }; };