diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-03 16:45:26 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-03 16:45:26 -0600 |
| commit | c29a14135736c2516bb5d951e6e97dc8143598db (patch) | |
| tree | 925628abfe934e3ea2cfd4a70357f8f9b5acb474 /modules/services/options.nix | |
| parent | ce2cc260710f801c10302847796b931f7ed19709 (diff) | |
changes
Diffstat (limited to 'modules/services/options.nix')
| -rw-r--r-- | modules/services/options.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/services/options.nix b/modules/services/options.nix index bd0a990..16c5bea 100644 --- a/modules/services/options.nix +++ b/modules/services/options.nix @@ -115,6 +115,7 @@ in { }) // { users = mkOption { + description = "List of users to configure on the copyparty server"; type = lib.types.attrsOf (lib.types.submodule ({config, ...}: { options = { name = mkOption { @@ -137,6 +138,7 @@ in { caddy = { enable = mkEnableOption "caddy https server"; envFile = mkOption { + description = "Absolute path to file that contains environment files to run caddy with"; type = types.str; example = "/run/secrets.d/caddy-env"; }; |
