Add greg to podman group

This commit is contained in:
Greg Hellings
2025-05-30 00:24:25 -05:00
parent d7f53e53a3
commit 4e137b97ec
+2
View File
@@ -55,4 +55,6 @@
virtualisation = {
oci-containers.backend = "podman";
};
users.users.greg.extraGroups = [ "podman" ];
}