From f2d8f7e7b4dcca451408cc95d63b031c1ffd9d87 Mon Sep 17 00:00:00 2001 From: traxys Date: Fri, 12 May 2023 14:52:23 +0200 Subject: [PATCH] ZeNixComputa: Add database for regalade --- hostconfig/ZeNixComputa/nixos.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hostconfig/ZeNixComputa/nixos.nix b/hostconfig/ZeNixComputa/nixos.nix index 79c956d..186c264 100644 --- a/hostconfig/ZeNixComputa/nixos.nix +++ b/hostconfig/ZeNixComputa/nixos.nix @@ -49,10 +49,13 @@ ensureUsers = [ { name = "traxys"; - ensurePermissions = {"DATABASE \"list\"" = "ALL PRIVILEGES";}; + ensurePermissions = { + "DATABASE \"list\"" = "ALL PRIVILEGES"; + "DATABASE \"regalade\"" = "ALL PRIVILEGES"; + }; } ]; - ensureDatabases = ["list"]; + ensureDatabases = ["list" "regalade"]; }; # This value determines the NixOS release from which the default