privatebin: fix description typo

This commit is contained in:
pascal
2024-11-30 14:30:15 +01:00
parent 1d5b7f4edc
commit e06fd90239
@@ -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.
'';
};