add earth.nix mc server

This commit is contained in:
k3t
2026-06-27 14:41:29 -06:00
parent eb0b0fd86e
commit 0ff335dd5d
+5
View File
@@ -16,4 +16,9 @@
packages = with pkgs; [ packages = with pkgs; [
]; ];
}; };
virtualisation.podman = {
enable = true;
autoPrune.enable = true;
dockerCompat = true; # optional; lets you use `docker` CLI
};
} }