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 = {
|
||||
compression = "zstd";
|
||||
"com.sun:auto-snapshot" = "false";
|
||||
"canmount" = "noauto";
|
||||
};
|
||||
mountpoint = null;
|
||||
|
||||
datasets = {
|
||||
music = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/data/music";
|
||||
options."com.sun:auto-snapshot" = "true";
|
||||
options."canmount" = "noauto";
|
||||
};
|
||||
nixarr = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/data/nixarr";
|
||||
options."com.sun:auto-snapshot" = "true";
|
||||
options."canmount" = "noauto";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue