style: comment module options file

This commit is contained in:
Kiana Sheibani 2024-11-22 18:24:39 -05:00
parent c9868c7887
commit c409cde8f2
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1,11 +1,13 @@
args@{ config, lib, ... }:
{
options.aether = {
# Referenced general options
inherit (import ../options.nix args)
domain
https
acmeEmail;
# Module-specific options
forgejo = {
subdomain = lib.mkOption {
type = lib.types.nullOr lib.types.str;