diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-22 21:38:47 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-22 21:38:47 +0200 |
commit | e2d4d608e79237d293bc4b927c21854f8d434354 (patch) | |
tree | 874f8dbb3b08f1155c5d7bdab1823f7f5192047e /modules/by-name/co/constants | |
parent | pkgs/sharkey: Init (diff) | |
download | nixos-server-e2d4d608e79237d293bc4b927c21854f8d434354.zip |
modules/sharkey: Init
Diffstat (limited to 'modules/by-name/co/constants')
-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="="` |