mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Use mkForce instead of mkOverride
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ inputs, pkgs, config, ... }:
|
{ inputs, pkgs, config, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
ensurePermissions."DATABASE hedgedoc" = "ALL PRIVILEGES";
|
ensurePermissions."DATABASE hedgedoc" = "ALL PRIVILEGES";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
authentication = pkgs.lib.mkOverride 10 ''
|
authentication = lib.mkForce ''
|
||||||
#type database DBuser auth-method
|
#type database DBuser auth-method
|
||||||
local all all trust
|
local all all trust
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user