mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-10 08:35:57 +08:00
...
This commit is contained in:
parent
ef4b4924fe
commit
a938b312f9
2 changed files with 2 additions and 2 deletions
|
|
@ -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!"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue