diff --git a/machines/nixos/web01/ntfy-sh.nix b/machines/nixos/web01/ntfy-sh.nix index f8e6bbc..15dbf4a 100644 --- a/machines/nixos/web01/ntfy-sh.nix +++ b/machines/nixos/web01/ntfy-sh.nix @@ -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;