acme: fix typo
This commit is contained in:
parent
087dd5b259
commit
4a99c7f0ca
|
@ -19,7 +19,7 @@ in
|
||||||
default = lib.snowfall.fs.get-file "secrets/secrets.yaml";
|
default = lib.snowfall.fs.get-file "secrets/secrets.yaml";
|
||||||
description = "SecretFile";
|
description = "SecretFile";
|
||||||
};
|
};
|
||||||
domainname = mkOpt str "christophhollizeck.dev";
|
domainname = mkOpt str "christophhollizeck.dev" "domainname to use";
|
||||||
staging = mkOpt bool virtual "Use staging server for testing or not";
|
staging = mkOpt bool virtual "Use staging server for testing or not";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue