immich uses postgresql
This commit is contained in:
parent
22f0a83c22
commit
490b63c7aa
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@
|
||||||
group = config.services.immich.group;
|
group = config.services.immich.group;
|
||||||
mode = "0750";
|
mode = "0750";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
directory = "/var/lib/postgresql";
|
||||||
|
user = "postgres";
|
||||||
|
group = "postgres";
|
||||||
|
mode = "0750";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue