feat: add nixarr

This commit is contained in:
Moritz Böhme 2025-08-25 21:09:59 +02:00
parent e6cae70857
commit 974b872e83
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
42 changed files with 1161 additions and 4 deletions

View file

@ -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";
};
};
};