From 4d91e1f59137468f7469bce8e8da888185a36fb4 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 8 Dec 2023 00:54:51 +0100 Subject: [PATCH] remove zroot/local/docker from fstab --- hosts/parsons/hardware.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/parsons/hardware.nix b/hosts/parsons/hardware.nix index e71bcca..36c90bb 100644 --- a/hosts/parsons/hardware.nix +++ b/hosts/parsons/hardware.nix @@ -55,11 +55,6 @@ fsType = "zfs"; }; - fileSystems."/var/lib/docker" = - { device = "zroot/local/docker"; - fsType = "zfs"; - }; - swapDevices = [ ]; }