all repos — nixfiles @ 5db98cd73cb1332764fd92f3ae0ca0febe2ffe4c

System and user configuration, managed by nix and home-manager

satoshipay: tweak database permissions
Alan Pearce alan@alanpearce.eu
Mon, 21 Sep 2020 14:52:46 +0200
commit

5db98cd73cb1332764fd92f3ae0ca0febe2ffe4c

parent

43af8a15b95702fe27e79c1eac85a77de5a29474

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/settings/satoshipay.nixsystem/settings/satoshipay.nix
@@ -73,7 +73,7 @@ ensureUsers = [       {
         name = "alan";
         ensurePermissions = {
-          "ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
+          "DATABASE satoshipay" = "ALL PRIVILEGES";
         };
       }
       {