modules: add ergochat
All checks were successful
checks / checks (pull_request) Successful in 1m26s
checks / check-links (pull_request) Successful in 13s
checks / checks-impure (pull_request) Successful in 1m45s

This commit is contained in:
a-kenji 2024-04-02 11:23:34 +02:00
parent ff0e66512f
commit 1a40ce0a8f
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" = { };