style: comment module options file
This commit is contained in:
parent
c9868c7887
commit
c409cde8f2
|
@ -1,11 +1,13 @@
|
||||||
args@{ config, lib, ... }:
|
args@{ config, lib, ... }:
|
||||||
{
|
{
|
||||||
options.aether = {
|
options.aether = {
|
||||||
|
# Referenced general options
|
||||||
inherit (import ../options.nix args)
|
inherit (import ../options.nix args)
|
||||||
domain
|
domain
|
||||||
https
|
https
|
||||||
acmeEmail;
|
acmeEmail;
|
||||||
|
|
||||||
|
# Module-specific options
|
||||||
forgejo = {
|
forgejo = {
|
||||||
subdomain = lib.mkOption {
|
subdomain = lib.mkOption {
|
||||||
type = lib.types.nullOr lib.types.str;
|
type = lib.types.nullOr lib.types.str;
|
||||||
|
|
Loading…
Reference in a new issue