mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Deduplicate unprotected service messages via mkUnprotectedMessage
This commit is contained in:
parent
464b6a7850
commit
66d5263aca
4 changed files with 6 additions and 7 deletions
|
|
@ -25,7 +25,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
assertions = lib.singleton {
|
||||
assertion = lib'.isTailscaleDomain cfg.domain;
|
||||
message = "FreshRSS isn't configured with access controll.";
|
||||
message = lib'.mkUnprotectedMessage "FreshRSS";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue