From edff17958565f4f1d9367a36ff3211787e91af42 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 31 Jan 2022 15:57:36 +0100 Subject: vidhar: improve mounts? --- hosts/vidhar/zfs.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/hosts/vidhar/zfs.nix b/hosts/vidhar/zfs.nix index 4926283b..b72f9f17 100644 --- a/hosts/vidhar/zfs.nix +++ b/hosts/vidhar/zfs.nix @@ -112,17 +112,17 @@ in { options = [ "zfsutil" ]; }; - "/home/gkleen" = - { device = "hdd-raid6/safe/home/gkleen"; - fsType = "zfs"; - options = [ "zfsutil" ]; - }; - - "/home/mherold" = - { device = "hdd-raid6/safe/home/mherold"; - fsType = "zfs"; - options = [ "zfsutil" ]; - }; + # "/home/gkleen" = + # { device = "hdd-raid6/safe/home/gkleen"; + # fsType = "zfs"; + # options = [ "zfsutil" ]; + # }; + + # "/home/mherold" = + # { device = "hdd-raid6/safe/home/mherold"; + # fsType = "zfs"; + # options = [ "zfsutil" ]; + # }; }; systemd.services = -- cgit v1.2.3