Compare commits

..

2 Commits

View File

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