From 927bd07cab5ad31bdd97353b3fce5550cdbbbfaf Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 16 Feb 2023 11:40:35 +0900 Subject: feat: remove input chaotic-nixpkgs --- nixos/beta/configuration.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'nixos/beta') diff --git a/nixos/beta/configuration.nix b/nixos/beta/configuration.nix index ec00aab..989e4fa 100644 --- a/nixos/beta/configuration.nix +++ b/nixos/beta/configuration.nix @@ -21,35 +21,6 @@ services.openssh.enable = true; services.openssh.settings.PasswordAuthentication = false; - # Enable the ZNC IRC Bouncer. - services.znc = { - enable = true; - openFirewall = true; - useLegacyConfig = false; - modulePackages = with pkgs; [ - zncModules.clientbuffer - zncModules.playback - zncMiscModules.chanfilter - ]; - - config = { - LoadModule = [ "webadmin" ]; - User.zachel = { - Admin = true; - Nick = "zachel"; - RealName = "zachel"; - QuitMsg = "Bye: Quitting"; - LoadModule = [ "chansaver" "controlpanel" ]; - Pass.password = { - # xkcdpass, not exposed to public. - Method = "sha256"; - Hash = "c263f7c1934a65c0b20a741cc09339c245279da574b2d47482c0a6ea9ba56d6f"; - Salt = "PvDopS:MC3YLR-TTfb*:"; - }; - }; - }; - }; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit 1.4.1