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,
|
config,
|
||||||
common,
|
common,
|
||||||
inputs,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
domain = common.subdomain "matrix";
|
domain = common.subdomain "matrix";
|
||||||
cfg = config.services.conduwuit-vendor;
|
cfg = config.services.matrix-continuwuity;
|
||||||
host = "http://localhost:${toString cfg.settings.global.port}";
|
host = "http://localhost:${toString cfg.settings.global.port}";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
persist.directories = [ "/var/lib/private/conduwuit" ];
|
persist.directories = [ "/var/lib/private/continuwuity" ];
|
||||||
|
|
||||||
services.conduwuit-vendor = {
|
services.matrix-continuwuity = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.conduwuit.packages.x86_64-linux.default;
|
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
allow_registration = false;
|
allow_registration = false;
|
|
@ -13,7 +13,7 @@
|
||||||
private.nixosModules.minecraft-servers
|
private.nixosModules.minecraft-servers
|
||||||
private.nixosModules.wireguard
|
private.nixosModules.wireguard
|
||||||
./authentik.nix
|
./authentik.nix
|
||||||
./conduwuit.nix
|
./continuwuity.nix
|
||||||
./drasl.nix
|
./drasl.nix
|
||||||
./factorio.nix
|
./factorio.nix
|
||||||
./forgejo.nix
|
./forgejo.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue