add earth.nix mc server
This commit is contained in:
@@ -16,4 +16,9 @@
|
||||
packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
dockerCompat = true; # optional; lets you use `docker` CLI
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user