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 = [ ]; }