Skip to content

Commit

Permalink
nixos/redis: remove static uid/gid assignment
Browse files Browse the repository at this point in the history
all files are chowned on startup
  • Loading branch information
Mic92 committed Jan 3, 2018
1 parent f2fd4a5 commit 453e15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/misc/ids.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
memcached = 177;
ntp = 179;
zabbix = 180;
redis = 181;
#redis = 181; removed 2018-01-03
unifi = 183;
uptimed = 184;
zope2 = 185;
Expand Down Expand Up @@ -478,7 +478,7 @@
#memcached = 177; # unused
#ntp = 179; # unused
#zabbix = 180; # unused
#redis = 181; # unused
#redis = 181; # unused, removed 2018-01-03
#unifi = 183; # unused
#uptimed = 184; # unused
#zope2 = 185; # unused
Expand Down
1 change: 0 additions & 1 deletion nixos/modules/services/databases/redis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ in

users.extraUsers.redis =
{ name = cfg.user;
uid = config.ids.uids.redis;
description = "Redis database user";
};

Expand Down

0 comments on commit 453e15e

Please sign in to comment.