services/weechat: Removed deprecated service

This commit is contained in:
kat witch 2021-04-27 22:26:29 +01:00
parent 874974c48a
commit 4058860ec6
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 2 additions and 30 deletions

View file

@ -1,30 +1,6 @@
{ config, pkgs, ... }:
let
sources = import ../../../../nix/sources.nix;
unstable = import sources.nixpkgs-unstable { inherit (pkgs) config; };
in {
services.weechat = {
binary = let
new-weechat = pkgs.arc.pkgs.wrapWeechat pkgs.arc.pkgs.weechat-unwrapped {
configure = { availablePlugins, ... }: {
scripts = [ pkgs.arc.pkgs.weechatScripts.weechat-matrix ];
plugins = [
availablePlugins.perl
(availablePlugins.python.withPackages
(ps: [ ps.potr ps.weechat-matrix ]))
];
};
};
in "${new-weechat}/bin/weechat";
#enable = true;
};
#programs.screen.screenrc = ''
# multiuser on
# acladd kat
#'';
{
services.nginx.virtualHosts."irc.kittywit.ch" = {
enableACME = true;
forceSSL = true;