1
Fork 0

Remove znc and soju

This commit is contained in:
Matei Adriel 2024-01-28 19:02:59 +01:00
parent 95a6c7034a
commit feaf49d8e3
No known key found for this signature in database
3 changed files with 0 additions and 28 deletions

View file

@ -6,7 +6,6 @@
./services/syncthing.nix
./services/whoogle.nix
./services/soju.nix
./filesystems
./hardware
];

View file

@ -1,9 +0,0 @@
{
services.soju = {
enable = true;
extraConfig = ''
db sqlite3 /persist/state/soju/storage.db
message-store db
'';
};
}

View file

@ -1,18 +0,0 @@
{ ... }: {
services.znc = {
enable = true;
# mutable = false;
useLegacyConfig = false;
config.User.prescientmoon = {
Network.tilde = {
Server = "eu.tilde.chat +6697";
Chan."#meta" = { };
Chan."#math" = { };
Nick = "prescientmoon";
LoadModule = [ "" ];
JoinDelay = 2; # Avoid joining channels before auth
};
};
};
}