diff --git a/hosts/athame/home/default.nix b/hosts/athame/home/default.nix index 650782c4..4c432604 100644 --- a/hosts/athame/home/default.nix +++ b/hosts/athame/home/default.nix @@ -1,5 +1 @@ -{ ... }: { - imports = [ - ./weechat.nix - ]; -} +{ ... }: { imports = [ ./weechat.nix ]; } diff --git a/services/weechat.nix b/services/weechat.nix index 8620eb97..35b02b82 100644 --- a/services/weechat.nix +++ b/services/weechat.nix @@ -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;