From f846c492bcaa58a8069445818588b0b23ca99f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 21 Sep 2023 06:21:12 +0300 Subject: [PATCH] fwminex: mount /var/lib/docker --- hosts/fwminex/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index bf125ce..eb86147 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -29,6 +29,11 @@ in { boot.binfmt.emulatedSystems = ["aarch64-linux"]; + fileSystems."/var/lib/docker" = { + device = "rpool/nixos/var/lib/docker"; + fsType = "zfs"; + }; + #swapDevices = []; boot.loader.grub.extraEntries = ''