diff options
author | Silas Schöffel <sils@sils.li> | 2025-04-07 15:01:35 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-04-07 15:30:01 +0200 |
commit | c0c8aa5fbb4ff3f6dc73c51a6333698411b7fe7e (patch) | |
tree | 45598a781ce90a8ef332527569fbee1a47654bad /modules/by-name/co | |
parent | hosts/server2: Format (diff) | |
download | nixos-server-c0c8aa5fbb4ff3f6dc73c51a6333698411b7fe7e.zip |
nextcloud: init on server2
Diffstat (limited to 'modules/by-name/co')
-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 d601e70..7eaa8b4 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -44,6 +44,8 @@ sshd = 331; systemd-oom = 332; nix-sync = 334; + nextcloud = 335; + redis-nextcloud = 336; # As per the NixOS file, the uids should not be greater or equal to 400; }; @@ -59,11 +61,13 @@ mastodon matrix-synapse mautrix-whatsapp + nextcloud nix-sync nscd opendkim peertube redis-mastodon + redis-nextcloud redis-peertube redis-rspamd redis-stalwart-mail |