waffentrager: fix auth

This commit is contained in:
Mateusz Słodkowicz 2024-04-05 22:41:05 +02:00
parent b4e3c7cea3
commit 860c28efad
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
config =
let
cfg = config.auth.postgresql;
cfg = config.waffentragerService.auth;
in
lib.mkIf cfg.enable {
waffentragerService.elements.enable = true;