From 280b8cf3ad5d86670f9dc567f242d75105c9de80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 14 Sep 2023 10:40:23 +0300 Subject: [PATCH] fwminex: fix mountpoint to /var/lib/docker --- hosts/fwminex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 2192fe8..d801839 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -41,7 +41,7 @@ ''; fileSystems."/var/lib/docker" = { - device = "rpool/nixos/var/docker"; + device = "rpool/nixos/var/lib/docker"; fsType = "zfs"; };