Add user to podman group

This commit is contained in:
Michael Thomas 2022-03-04 21:35:08 -05:00
parent 7f9a4ee006
commit 5a65ddf670

View File

@ -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;
};