summaryrefslogtreecommitdiffstats
path: root/example/zfs-over-legacy.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2022-12-25 18:25:37 +0000
committerGitHub <noreply@github.com>2022-12-25 18:25:37 +0000
commite3527b826d9ce94855cd0f2716c46cef76a4219a (patch)
treed63f70120437bb4fdcc4d0b656c674e533c6abea /example/zfs-over-legacy.nix
parent11d5c74c30cec9783d8281a3af51d269ac7f3eab (diff)
parent164ea97c01ae57ecb76153ef43be4a184aa5d33a (diff)
Merge pull request #75 from nix-community/zap2HEADmaster
zap only devices we care about
Diffstat (limited to 'example/zfs-over-legacy.nix')
-rw-r--r--example/zfs-over-legacy.nix2
1 files changed, 0 insertions, 2 deletions
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";
};
};