tangled
alpha
login
or
join now
hyl.st
/
helm
2
fork
atom
nix config
2
fork
atom
overview
issues
pulls
pipelines
Merge branch 'main' of git.sealight.xyz:aynish/helm
Anish Lakhwara
3 months ago
3c8dfd58
a936331a
+1
-3
1 changed file
expand all
collapse all
unified
split
hosts
profiles
raven
default.nix
+1
-3
hosts/profiles/raven/default.nix
···
32
32
host letta letta 127.0.0.1/32 scram-sha-256
33
33
host letta letta ::1/128 scram-sha-256
34
34
'';
35
35
-
36
36
-
# Include pgvector extension
37
37
-
extraPlugins = ps: [ ps.pgvector ];
35
35
+
# pgvector is already provided by immich profile via services.immich.database.enableVectorChord
38
36
};
39
37
40
38
# ===================