Remove znc
and soju
This commit is contained in:
parent
95a6c7034a
commit
feaf49d8e3
|
@ -6,7 +6,6 @@
|
|||
|
||||
./services/syncthing.nix
|
||||
./services/whoogle.nix
|
||||
./services/soju.nix
|
||||
./filesystems
|
||||
./hardware
|
||||
];
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
services.soju = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
db sqlite3 /persist/state/soju/storage.db
|
||||
message-store db
|
||||
'';
|
||||
};
|
||||
}
|
|
@ -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
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue