docker version up

This commit is contained in:
Steffen
2025-07-12 08:55:29 +02:00
parent 84737eabba
commit 72b1bc2031
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -98,6 +98,7 @@
# zrepl
wireguard-tools
unison
seaweedfs
];
programs.tmux = {
+5 -2
View File
@@ -6,9 +6,12 @@
dates = "daily";
};
daemon.settings = {
data-root = "/data/docker";
data-root = "/var/lib/docker";
# data-root = "/data/docker";
};
liveRestore = false;
package = pkgs.docker_27;
package = pkgs.docker_28;
};
}