Add todo warnings

This commit is contained in:
SebastianStork 2025-09-30 23:04:03 +02:00
parent 6ead52e06c
commit 33e53f46da
6 changed files with 15 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
config,
modulesPath,
inputs,
lib,
...
@ -24,6 +25,8 @@ in
};
config = lib.mkIf cfg.enable {
warnings = lib.optional (lib.pathExists "${modulesPath}/services/web-apps/filebrowser.nix") "TODO: Use filebrowser module from stable nixpkgs";
meta = {
domains.list = [ cfg.domain ];
ports.tcp.list = [ cfg.port ];