From 5a65ddf670d9f86d5d860d1986d2593cf90c42e0 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Fri, 4 Mar 2022 21:35:08 -0500 Subject: [PATCH] Add user to podman group --- machines/kitchen/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/kitchen/configuration.nix b/machines/kitchen/configuration.nix index a4c35ae..f2eaf86 100644 --- a/machines/kitchen/configuration.nix +++ b/machines/kitchen/configuration.nix @@ -58,7 +58,7 @@ users.users.michael = { isNormalUser = true; description = "Michael Thomas"; - extraGroups = [ "wheel" "docker" "adbusers" "dialout" ]; + extraGroups = [ "wheel" "docker" "podman" "adbusers" "dialout" ]; shell = pkgs.zsh; };