From 62e002616a2a1d29b8379d643e2eab95a20fbf74 Mon Sep 17 00:00:00 2001 From: sinavir Date: Wed, 25 Jun 2025 10:26:45 +0200 Subject: [PATCH] fix(web01/ntfy-sh): Remove useless overlay --- machines/nixos/web01/ntfy-sh.nix | 7 ------- 1 file changed, 7 deletions(-) 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;