need to specify 'samenet' for psql

This commit is contained in:
2025-11-18 23:12:07 -06:00
parent eeaa4c955e
commit f8910f5dc9
+1 -1
View File
@@ -64,7 +64,7 @@
# allow remote connections to dev DBs
authentication = ''
${lib.concatStringsSep "" (map (db: "host ${db}_dev all md5\n") opts.databases) }
${lib.concatStringsSep "" (map (db: "host ${db}_dev all samenet md5\n") opts.databases) }
'';
};