1
Fork 0

Set up invidious

This commit is contained in:
prescientmoon 2024-03-11 15:46:27 +01:00
parent e30d42e8f2
commit d7db3abaae
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
6 changed files with 48 additions and 0 deletions
hosts/nixos/common/optional/services

View file

@ -0,0 +1,3 @@
{
environment.persistence."/persist/state".directories = [ "/var/lib/postgres" ];
}