From cbaed19c8b111a299fe07ea7a442c494b73e5000 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 12 Nov 2024 23:35:39 +0100 Subject: [PATCH] urithiru: Don't mount docker dataset anymore --- machines/urithiru/hardware.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/machines/urithiru/hardware.nix b/machines/urithiru/hardware.nix index 12c7312f..41715ffe 100644 --- a/machines/urithiru/hardware.nix +++ b/machines/urithiru/hardware.nix @@ -53,10 +53,6 @@ device = "zdata/big-apps/accentor"; fsType = "zfs"; }; - "/var/lib/docker" = { - device = "zdata/big-apps/docker"; - fsType = "zfs"; - }; "/boot/ESP0" = { device = "/dev/disk/by-uuid/6ED1-0638"; fsType = "vfat";