diff options
Diffstat (limited to '')
-rw-r--r-- | modules/by-name/co/constants/module.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index d6674bb..946776b 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -47,6 +47,8 @@ nextcloud = 335; redis-nextcloud = 336; taskchampion = 337; + sharkey = 338; + redis-sharkey = 339; # As per the NixOS file, the uids should not be greater or equal to 400; }; @@ -76,6 +78,8 @@ sshd stalwart-mail systemd-oom + sharkey + redis-sharkey ; # Keep this sorted with `!sort --numeric-sort --key=2 --field-separator="="` |