mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Add todo warnings
This commit is contained in:
parent
6ead52e06c
commit
33e53f46da
6 changed files with 15 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
warnings = lib.optional (lib.versionAtLeast lib.version "25.11") "TODO: Use gatus package from stable nixpkgs";
|
||||
|
||||
meta = {
|
||||
domains.list = [ cfg.domain ];
|
||||
ports.tcp.list = [ cfg.port ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue