From 72b1bc2031655b56afcb354dbfe1da2a6a1c6519 Mon Sep 17 00:00:00 2001 From: Steffen Date: Sat, 12 Jul 2025 08:55:29 +0200 Subject: [PATCH] docker version up --- configuration.nix | 3 ++- docker.nix | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 634538d..5b4234f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,7 +26,7 @@ ./keepalived.nix ./wireguard.nix ./docker.nix - ./docker-device-mapper.nix + ./docker-device-mapper.nix ]; # Use the systemd-boot EFI boot loader and enable that sweet zfs stuff. @@ -98,6 +98,7 @@ # zrepl wireguard-tools unison + seaweedfs ]; programs.tmux = { diff --git a/docker.nix b/docker.nix index 3002dc5..1224d11 100644 --- a/docker.nix +++ b/docker.nix @@ -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; + }; } +