mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01: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
|
|
@ -31,7 +31,7 @@ in
|
|||
assertions = [
|
||||
{
|
||||
assertion = lib'.isTailscaleDomain cfg.domain;
|
||||
message = "Filebrowser isn't yet configured with access controll.";
|
||||
message = lib'.mkUnprotectedMessage "Filebrowser";
|
||||
}
|
||||
{
|
||||
assertion = !lib.pathExists "${modulesPath}/services/web-apps/filebrowser.nix";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue