added immich to the homelab.
This commit is contained in:
parent
478d5760bd
commit
11f6c18f13
5 changed files with 66 additions and 0 deletions
|
@ -69,6 +69,14 @@
|
|||
mountpoint = "/storage";
|
||||
};
|
||||
datasets = {
|
||||
database={
|
||||
type = "zfs_fs";
|
||||
options = {
|
||||
mountpoint ="/postgres";
|
||||
recordsize = "8K";
|
||||
primarycache="metadata";
|
||||
};
|
||||
};
|
||||
backup = {
|
||||
type = "zfs_fs";
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue