This commit is contained in:
Sridhar Ratnakumar 2021-04-14 13:50:00 -04:00
parent ef4b4924fe
commit a938b312f9
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
set -xe
date
${pkgs.xautolock}/bin/xautolock -disable
${pkgs.xlockmore}/bin/xlock
${pkgs.xlockmore}/bin/xlock -mode blank
date
${pkgs.xautolock}/bin/xautolock -enable
${pkgs.cowsay}/bin/cowsay "Welcome back!"

View file

@ -33,7 +33,7 @@ in
ExecStart =
let pgrstConf = pkgs.writeText "pgrst.conf" ''
db-uri = "postgres://postgres@localhost/postgres"
db-schema = "api"
db-schema = "chronicle"
# TODO: change when going production
db-anon-role = "postgres"
server-port = 7000