add chungus filesystem
This commit is contained in:
parent
0cd8315913
commit
b324102122
3 changed files with 20 additions and 4 deletions
|
@ -141,6 +141,22 @@ in
|
||||||
"com.sun:auto-snapshot:daily" = "true,keep=32";
|
"com.sun:auto-snapshot:daily" = "true,keep=32";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"services" = {
|
||||||
|
type = "zfs_fs";
|
||||||
|
mountpoint = "/srv";
|
||||||
|
options = {
|
||||||
|
mountpoint = "legacy";
|
||||||
|
compression = "lz4";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
"services/gitea" = {
|
||||||
|
type = "zfs_fs";
|
||||||
|
mountpoint = "/srv/gitea";
|
||||||
|
options = {
|
||||||
|
mountpoint = "legacy";
|
||||||
|
compression = "lz4";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue