summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/databases/firebird.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/databases/firebird.nix b/nixos/modules/services/databases/firebird.nix
index 213320d5c54a..75c225bdb67b 100644
--- a/nixos/modules/services/databases/firebird.nix
+++ b/nixos/modules/services/databases/firebird.nix
@@ -151,12 +151,12 @@ in
       #RemoteBindAddress =
       # there are some additional settings which should be reviewed
     '';
-    };
 
     users.extraUsers.firebird = {
-      description = "firebird server user";
+      description = "Firebird server user";
       group = "firebird";
       uid = config.ids.uids.firebird;
     };
 
+  };
 }