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