From a938b312f9cf7c6abe706e3ffdbd0d1cb0ccad3c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 14 Apr 2021 13:50:00 -0400 Subject: [PATCH] ... --- features/desktopish/autolock.nix | 2 +- features/postgrest.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/desktopish/autolock.nix b/features/desktopish/autolock.nix index d0b5c1c..efe3f5e 100644 --- a/features/desktopish/autolock.nix +++ b/features/desktopish/autolock.nix @@ -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!" diff --git a/features/postgrest.nix b/features/postgrest.nix index 9ac8979..54ca2c6 100644 --- a/features/postgrest.nix +++ b/features/postgrest.nix @@ -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