From dc79f4da5ae5efad3d6c5b0778472b136756e13d Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 3 Aug 2024 17:02:44 -0500 Subject: [PATCH] another mistake after refactor --- nixos/modules/nixos/services/podman/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; }; };