fix(web01/ntfy-sh): Remove useless overlay
This commit is contained in:
parent
e133e8da20
commit
62e002616a
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue