1
0
forked from clan/clan-core

Merge pull request 'modules: add ergochat' (#1078) from a-kenji-add/ergo into main

This commit is contained in:
clan-bot 2024-04-02 09:36:55 +00:00
commit 44d897e89f
3 changed files with 16 additions and 1 deletions

14
clanModules/ergochat.nix Normal file
View File

@ -0,0 +1,14 @@
_: {
services.ergochat = {
enable = true;
settings = {
datastore = {
autoupgrade = true;
path = "/var/lib/ergo/ircd.db";
};
};
};
clanCore.state.ergochat.folders = [ "/var/lib/ergo" ];
}

View File

@ -8,6 +8,7 @@
];
};
borgbackup = ./borgbackup.nix;
ergochat = ./ergochat.nix;
deltachat = ./deltachat.nix;
graphical = ./graphical.nix;
localbackup = ./localbackup.nix;

View File

@ -187,7 +187,7 @@ in
wantedBy = [ "graphical-session.target" ];
};
clanCore.facts.services.sunshine = {
clanCore.facts.services.ergochat = {
secret."sunshine.key" = { };
secret."sunshine.cert" = { };
public."sunshine-uuid" = { };