all repos — nixfiles @ 5db98cd73cb1332764fd92f3ae0ca0febe2ffe4c

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

satoshipay: tweak database permissions

Alan Pearce
commit

5db98cd73cb1332764fd92f3ae0ca0febe2ffe4c

parent

43af8a15b95702fe27e79c1eac85a77de5a29474

1 file changed, 1 insertion(+), 1 deletion(-)

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"; }; } {