From 45ae48517ceea4978ee3ba12013f9e220349bff6 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Mon, 23 Mar 2026 12:00:22 +0800 Subject: [PATCH] feat: c-series migrate /var/lib/docker --- modules/nasp/main.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/nasp/main.nix b/modules/nasp/main.nix index f4a5720..7e41107 100644 --- a/modules/nasp/main.nix +++ b/modules/nasp/main.nix @@ -493,6 +493,7 @@ in networking.nameservers = [ "192.168.20.1" ]; zramSwap.enable = true; nasp.docker.enable = lib.mkDefault true; + virtualisation.docker.daemon.settings.data-root = "/data2/var/docker"; nasp.registry.enable = lib.mkDefault true; nasp.nginx.enable = lib.mkDefault true; systemd.network.networks."10-eth-lan" = {