Loading nixos/modules/services/web-apps/akkoma.nix +2 −2 Original line number Diff line number Diff line Loading @@ -675,9 +675,9 @@ in }; extraStatic = mkOption { type = with types; nullOr (attrsOf package); type = with types; nullOr (attrsOf pathInStore); description = '' Attribute set of extra packages to add to the static files directory. Attribute set of extra paths to add to the static files directory. Do not add frontends here. These should be configured through [{option}`services.akkoma.frontends`](#opt-services.akkoma.frontends). Loading Loading
nixos/modules/services/web-apps/akkoma.nix +2 −2 Original line number Diff line number Diff line Loading @@ -675,9 +675,9 @@ in }; extraStatic = mkOption { type = with types; nullOr (attrsOf package); type = with types; nullOr (attrsOf pathInStore); description = '' Attribute set of extra packages to add to the static files directory. Attribute set of extra paths to add to the static files directory. Do not add frontends here. These should be configured through [{option}`services.akkoma.frontends`](#opt-services.akkoma.frontends). Loading