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,
|
config,
|
||||||
lib,
|
lib,
|
||||||
meta,
|
meta,
|
||||||
nixpkgs,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -30,12 +29,6 @@ let
|
||||||
}) ntfy-users;
|
}) ntfy-users;
|
||||||
in
|
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 = {
|
services.ntfy-sh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue