diff options
| author | Max Audron <audron@cocaine.farm> | 2025-07-31 15:33:56 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-07-31 15:33:56 +0200 |
| commit | c487d1c96d791c0ce8e5e5ab98de826fafb892c1 (patch) | |
| tree | 043a530b0ff44a64f89b0cbed0ec259df4650d1b /modules/zfs | |
| parent | add more monitoring exporters and scrapers (diff) | |
update to nixos 25.05
Diffstat (limited to 'modules/zfs')
| -rw-r--r-- | modules/zfs/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/zfs/default.nix b/modules/zfs/default.nix index fb2f063..75018ea 100644 --- a/modules/zfs/default.nix +++ b/modules/zfs/default.nix @@ -64,12 +64,6 @@ options = [ "zfsutil" ]; }; - "/var/lib/docker" = { - device = "rpool/root/var/lib/docker"; - fsType = "zfs"; - options = [ "zfsutil" ]; - }; - "/var/lib/containers" = { device = "rpool/root/var/lib/containers"; fsType = "zfs"; |
