diff --git a/overlays/dogetipbot-telegram.nix b/overlays/dogetipbot-telegram.nix deleted file mode 100644 index 6679828..0000000 --- a/overlays/dogetipbot-telegram.nix +++ /dev/null @@ -1,9 +0,0 @@ -self: super: - -{ - dogetipbot-telegram = super.callPackage (super.fetchgit { - url = "https://gitlab.com/nyanloutre/dogetipbot-telegram.git"; - rev = "ebf12e00a4dccf1621b695ecbdb0753f1e3f6052"; - sha256 = "04xkp6djq8h3sdh8q9bs1ii0x1hbqb0icnsni7kp7wrr1w910dni"; - }) { pkgs = self; }; -} diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 673c0c4..28a0c31 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -45,7 +45,6 @@ (import ../../overlays/site-max.nix) (import ../../overlays/site-musique.nix) (import ../../overlays/vsftpd.nix) - (import ../../overlays/dogetipbot-telegram.nix) ]; environment.systemPackages = with pkgs; [ neovim @@ -59,7 +58,6 @@ tig openssl lftp - nix-prefetch-scripts ]; nixpkgs.config.allowUnfree = true; diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index d460fba..8e001d1 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -281,18 +281,6 @@ in services.site-max.port = max_port; services.site-max.domaine = "maxspiegel.fr"; - systemd.services.dogetipbot-telegram = { - after = [ "network.target" ]; - wantedBy = [ "multi-user.target" ]; - script = "${pkgs.dogetipbot-telegram}/bin/dogetipbot-telegram --block-io-api-key $BLOCK_IO_API_KEY --block-io-pin $BLOCK_IO_PIN --telegram-api-key $TELEGRAM_API_KEY --network DOGE"; - enable = true; - serviceConfig = { - EnvironmentFile = "/var/dogetipbot-telegram/env"; - User = "nobody"; - Group = "nogroup"; - }; - }; - networking.firewall.allowedTCPPorts = [ 111 2049 4000 4001 4002 # NFS 3483 9000 9090 # Slimserver