From 52dd0fed6c5576cd67fa8e7f2fec69a54a5597d2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 28 Dec 2021 21:42:54 +0100 Subject: ... --- hosts/vidhar/zfs.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/vidhar/zfs.nix') diff --git a/hosts/vidhar/zfs.nix b/hosts/vidhar/zfs.nix index 5e1f225b..d2278615 100644 --- a/hosts/vidhar/zfs.nix +++ b/hosts/vidhar/zfs.nix @@ -81,19 +81,19 @@ in { { device = "hdd-raid6/safe/home"; 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