feat: add nixarr
This commit is contained in:
parent
e6cae70857
commit
974b872e83
42 changed files with 1161 additions and 4 deletions
|
|
@ -56,6 +56,10 @@ in {
|
|||
type = "zfs_fs";
|
||||
mountpoint = "/music";
|
||||
options."com.sun:auto-snapshot" = "true";
|
||||
nixarr = {
|
||||
type = "zfs_fs";
|
||||
mountpoint = "/data/nixarr";
|
||||
options."com.sun:auto-snapshot" = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue