fix(web01/ntfy-sh): Remove useless overlay

This commit is contained in:
sinavir 2025-06-25 10:26:45 +02:00 committed by mdebray
parent e133e8da20
commit 62e002616a

View file

@ -6,7 +6,6 @@
config,
lib,
meta,
nixpkgs,
...
}:
@ -30,12 +29,6 @@ let
}) ntfy-users;
in
{
nixpkgs.overlays =
if meta.nodes."web01".nixpkgs.version == "25.05" then
throw "This overlay should be removed"
else
[ (_: _: { inherit (nixpkgs.nixos."25.05") ntfy-sh replaceVarsWith; }) ];
services.ntfy-sh = {
enable = true;