summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorJohn Boehr <john@johnboehr.is>2018-04-09 18:16:33 -0700
committerAustin Seipp <aseipp@pobox.com>2018-12-01 19:07:49 -0600
commit4226ddc0340cd492ee46f840c21b407bc229cadb (patch)
treea50740403bc81ea2dc6da98e7bd4275b875e38f3 /nixos/modules/misc
parent4920f0c0adebf632345d90fe134e1cde265f21f5 (diff)
downloadnixpkgs-4226ddc0340cd492ee46f840c21b407bc229cadb.tar
nixpkgs-4226ddc0340cd492ee46f840c21b407bc229cadb.tar.gz
nixpkgs-4226ddc0340cd492ee46f840c21b407bc229cadb.tar.bz2
nixpkgs-4226ddc0340cd492ee46f840c21b407bc229cadb.tar.lz
nixpkgs-4226ddc0340cd492ee46f840c21b407bc229cadb.tar.xz
nixpkgs-4226ddc0340cd492ee46f840c21b407bc229cadb.tar.zst
nixpkgs-4226ddc0340cd492ee46f840c21b407bc229cadb.zip
nixos/cockroachdb: create new service
This also includes a full end-to-end CockroachDB clustering test to
ensure everything basically works. However, this test is not currently
enabled by default, though it can be run manually. See the included
comments in the test for more information.

Closes #51306. Closes #38665.

Co-authored-by: Austin Seipp <aseipp@pobox.com>
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index c368cd91186..d9ba2efa0c8 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -337,6 +337,7 @@
       alerta = 310;
       minetest = 311;
       rss2email = 312;
+      cockroachdb = 313;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
 
@@ -634,6 +635,7 @@
       alerta = 310;
       minetest = 311;
       rss2email = 312;
+      cockroachdb = 313;
 
       # When adding a gid, make sure it doesn't match an existing
       # uid. Users and groups with the same name should have equal