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