Infini-DL360/continuwuity: migrate from conduwuit
This commit is contained in:
parent
47a274f72d
commit
af2418b16c
2 changed files with 4 additions and 6 deletions
|
@ -1,20 +1,18 @@
|
|||
{
|
||||
config,
|
||||
common,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
domain = common.subdomain "matrix";
|
||||
cfg = config.services.conduwuit-vendor;
|
||||
cfg = config.services.matrix-continuwuity;
|
||||
host = "http://localhost:${toString cfg.settings.global.port}";
|
||||
in
|
||||
{
|
||||
persist.directories = [ "/var/lib/private/conduwuit" ];
|
||||
persist.directories = [ "/var/lib/private/continuwuity" ];
|
||||
|
||||
services.conduwuit-vendor = {
|
||||
services.matrix-continuwuity = {
|
||||
enable = true;
|
||||
package = inputs.conduwuit.packages.x86_64-linux.default;
|
||||
settings = {
|
||||
global = {
|
||||
allow_registration = false;
|
|
@ -13,7 +13,7 @@
|
|||
private.nixosModules.minecraft-servers
|
||||
private.nixosModules.wireguard
|
||||
./authentik.nix
|
||||
./conduwuit.nix
|
||||
./continuwuity.nix
|
||||
./drasl.nix
|
||||
./factorio.nix
|
||||
./forgejo.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue