style: comment module options file
This commit is contained in:
parent
c9868c7887
commit
c409cde8f2
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue