{ fysilib, lib, ... }: { description = "feed.nomath.org website"; endOfLife = null; options = { domain = lib.mkOption { description = "Domain of the website"; type = fysilib.types.fqdn; }; repositories = lib.mkOption { type = lib.types.listOf lib.types.str; }; }; }