summary refs log tree commit diff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorlejonet <lejonet@users.noreply.github.com>2018-03-01 12:47:13 +0100
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-03-01 11:47:13 +0000
commit565f22d27aba3c53fcf4155dba639f2071d08ed6 (patch)
tree8eb8ccaa998be9aea5ab6f666b3c448c9bbf6067 /nixos/modules/misc/ids.nix
parenta0cb8cfd81fc0d4255b7213c69ae0fde1825d28e (diff)
downloadnixpkgs-565f22d27aba3c53fcf4155dba639f2071d08ed6.tar
nixpkgs-565f22d27aba3c53fcf4155dba639f2071d08ed6.tar.gz
nixpkgs-565f22d27aba3c53fcf4155dba639f2071d08ed6.tar.bz2
nixpkgs-565f22d27aba3c53fcf4155dba639f2071d08ed6.tar.lz
nixpkgs-565f22d27aba3c53fcf4155dba639f2071d08ed6.tar.xz
nixpkgs-565f22d27aba3c53fcf4155dba639f2071d08ed6.tar.zst
nixpkgs-565f22d27aba3c53fcf4155dba639f2071d08ed6.zip
nixos/ceph: init module (#35299)
All 5 daemon types can be enabled and configured through the module and the module both creates the ceph.conf required but also creates and enables specific services for each daemon, based on the systemd service files that upstream provides.

Diffstat (limited to 'nixos/modules/misc/ids.nix')
-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 c0c6a6ef924..8d775ffc82d 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -304,6 +304,7 @@
       mighttpd2 = 285;
       hass = 286;
       monero = 287;
+      ceph = 288;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
 
@@ -576,6 +577,7 @@
       mighttpd2 = 285;
       hass = 286;
       monero = 287;
+      ceph = 288;
 
       # When adding a gid, make sure it doesn't match an existing
       # uid. Users and groups with the same name should have equal