From 12c7e608edb41ac81316555bb4556b82d5b5a12c Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 24 Dec 2022 10:35:03 +0100 Subject: examples: cleanup a bit --- example/zfs-over-legacy.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'example/zfs-over-legacy.nix') diff --git a/example/zfs-over-legacy.nix b/example/zfs-over-legacy.nix index 8e02b00..1a6bbd3 100644 --- a/example/zfs-over-legacy.nix +++ b/example/zfs-over-legacy.nix @@ -49,7 +49,6 @@ zpool = { zroot = { type = "zpool"; - rootFsOptions.mountpoint = "none"; datasets = { "root" = { zfs_type = "filesystem"; @@ -58,7 +57,6 @@ "root/zfs_fs" = { zfs_type = "filesystem"; mountpoint = "/zfs_fs"; - options.mountpoint = "/zfs_fs"; options."com.sun:auto-snapshot" = "true"; }; }; -- cgit v1.2.3