add podman compose

This commit is contained in:
2025-10-12 19:01:52 -05:00
parent cd55d1d7cf
commit 39c108b3ee
4 changed files with 8 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ in
# create blake user
users.users.${cfg.username} = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "docker" "media" "minecraft" ]; # Enable sudo for the user.
extraGroups = [ "wheel" "networkmanager" "docker" "media" "podman" "minecraft" ]; # Enable sudo for the user.
uid = 1000;
shell = pkgs.zsh;
group = "blake";