fix: mounts
This commit is contained in:
parent
e6ae05f624
commit
f974f2c13e
1 changed files with 5 additions and 0 deletions
|
|
@ -43,17 +43,22 @@ in {
|
||||||
rootFsOptions = {
|
rootFsOptions = {
|
||||||
compression = "zstd";
|
compression = "zstd";
|
||||||
"com.sun:auto-snapshot" = "false";
|
"com.sun:auto-snapshot" = "false";
|
||||||
|
"canmount" = "noauto";
|
||||||
};
|
};
|
||||||
|
mountpoint = null;
|
||||||
|
|
||||||
datasets = {
|
datasets = {
|
||||||
music = {
|
music = {
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
mountpoint = "/data/music";
|
mountpoint = "/data/music";
|
||||||
options."com.sun:auto-snapshot" = "true";
|
options."com.sun:auto-snapshot" = "true";
|
||||||
|
options."canmount" = "noauto";
|
||||||
|
};
|
||||||
nixarr = {
|
nixarr = {
|
||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
mountpoint = "/data/nixarr";
|
mountpoint = "/data/nixarr";
|
||||||
options."com.sun:auto-snapshot" = "true";
|
options."com.sun:auto-snapshot" = "true";
|
||||||
|
options."canmount" = "noauto";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue