Add user to podman group
This commit is contained in:
parent
7f9a4ee006
commit
5a65ddf670
@ -58,7 +58,7 @@
|
|||||||
users.users.michael = {
|
users.users.michael = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Michael Thomas";
|
description = "Michael Thomas";
|
||||||
extraGroups = [ "wheel" "docker" "adbusers" "dialout" ];
|
extraGroups = [ "wheel" "docker" "podman" "adbusers" "dialout" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user