diff --git a/nixos/modules/services/web-apps/privatebin.nix b/nixos/modules/services/web-apps/privatebin.nix index 6f6f9c27e389..4315664dabc2 100644 --- a/nixos/modules/services/web-apps/privatebin.nix +++ b/nixos/modules/services/web-apps/privatebin.nix @@ -74,8 +74,8 @@ in default = false; description = '' Whether to enable nginx or not. If enabled, an nginx virtual host will - be created for access to firefly-iii. If not enabled, then you may use - `''${config.services.firefly-iii.package}` as your document root in + be created for access to privatebin. If not enabled, then you may use + `''${config.services.privatebin.package}` as your document root in whichever webserver you wish to setup. ''; };