Add user to podman group
This commit is contained in:
parent
7f9a4ee006
commit
5a65ddf670
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user