mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update postgres access configuration
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
ensureDatabases = [ "dcbot" "todos" ];
|
ensureDatabases = [ "dcbot" "todos" ];
|
||||||
authentication = lib.mkForce ''
|
authentication = lib.mkForce ''
|
||||||
local all all trust
|
local all all trust
|
||||||
host all all ::1/128 trust
|
host all all 0.0.0.0/0 scram-sha-256
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
backblaze-b2
|
backblaze-b2
|
||||||
localsend
|
localsend
|
||||||
mullvad-browser
|
mullvad-browser
|
||||||
jetbrains.datagrip
|
spotify
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user