summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-09-21 14:52:46 +0200
committerAlan Pearce2020-09-21 14:52:46 +0200
commit5db98cd73cb1332764fd92f3ae0ca0febe2ffe4c (patch)
tree45197c9b6d483a0555d3b17e18f79770c30f1b9a /system
parent43af8a15b95702fe27e79c1eac85a77de5a29474 (diff)
downloadnixfiles-5db98cd73cb1332764fd92f3ae0ca0febe2ffe4c.tar.lz
nixfiles-5db98cd73cb1332764fd92f3ae0ca0febe2ffe4c.tar.zst
nixfiles-5db98cd73cb1332764fd92f3ae0ca0febe2ffe4c.zip
satoshipay: tweak database permissions
Diffstat (limited to 'system')
-rw-r--r--system/settings/satoshipay.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/satoshipay.nix b/system/settings/satoshipay.nix
index bd5f3202..3fc0db36 100644
--- a/system/settings/satoshipay.nix
+++ b/system/settings/satoshipay.nix
@@ -73,7 +73,7 @@
       {
         name = "alan";
         ensurePermissions = {
-          "ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
+          "DATABASE satoshipay" = "ALL PRIVILEGES";
         };
       }
       {