change back to podman
This commit is contained in:
parent
383316153f
commit
a3200dc2af
1 changed files with 7 additions and 11 deletions
|
|
@ -17,17 +17,12 @@ in
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ tmux ];
|
||||
|
||||
virtualisation.podman.dockerCompat = false;
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
autoPrune = {
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation = {
|
||||
podman = {
|
||||
enable = true;
|
||||
dates = "daily";
|
||||
};
|
||||
daemon.settings = {
|
||||
runtimes.crun.path = "${pkgs.crun}/bin/crun";
|
||||
default-runtime = "crun";
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -61,7 +56,8 @@ in
|
|||
files."config/bluemap/core.conf" = "${modpack}/config/bluemap/core.conf";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
virtualisation.oci-containers.containers.isponsorblocktv = {
|
||||
image = "ghcr.io/dmunozv04/isponsorblocktv:latest";
|
||||
autoStart = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue