firebird.nix: Fix a misplaced } that causes "users" to be outside "config"

This commit is contained in:
Eelco Dolstra 2013-10-25 15:52:52 +02:00
parent 72ca782044
commit f79a7359b0

View file

@ -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;
};
};
}