summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/selfoss.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/selfoss.nix')
-rw-r--r--nixos/modules/services/web-apps/selfoss.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/selfoss.nix b/nixos/modules/services/web-apps/selfoss.nix
index d5a660ebf28..899976ac696 100644
--- a/nixos/modules/services/web-apps/selfoss.nix
+++ b/nixos/modules/services/web-apps/selfoss.nix
@@ -35,7 +35,6 @@ in
         user = mkOption {
           type = types.str;
           default = "nginx";
-          example = "nginx";
           description = ''
             User account under which both the service and the web-application run.
           '';