Compare commits

..

No commits in common. "da2628f0756c1473cf2b5e49223a51396e2c8ab6" and "d2e66aa07cb07da413ec5f138332390037bc495b" have entirely different histories.

View File

@ -58,7 +58,7 @@
users.users.michael = {
isNormalUser = true;
description = "Michael Thomas";
extraGroups = [ "wheel" "docker" "podman" "adbusers" "dialout" ];
extraGroups = [ "wheel" "docker" "adbusers" "dialout" ];
shell = pkgs.zsh;
};