{ fysilib, lib, ... }: { description = "static website"; endOfLife = null; options = { domain = lib.mkOption { description = "Domain of the website"; type = fysilib.types.fqdn; }; root = lib.mkOption { description = "Domain of the website"; type = fysilib.types.str; }; }; }