Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

nextcloud: add missing postgresql import

yemou 3678beb1 62b2743e

+2
+2
modules/services/nextcloud.nix
··· 5 5 ... 6 6 }: 7 7 { 8 + imports = [ ./postgresql.nix ]; 9 + 8 10 environment.persistence."/data/persistent".directories = [ 9 11 { 10 12 directory = "/var/lib/nextcloud";