From da71d3f28558b518665f43913a7602505d5e6581 Mon Sep 17 00:00:00 2001 From: yuri Date: Sun, 17 Dec 2023 03:04:39 +0100 Subject: [PATCH] remove jackett host --- config/hosts/jackett/configuration.nix | 14 -------------- config/hosts/jackett/default.nix | 7 ------- config/hosts/jackett/jackett.nix | 6 ------ hosts.nix | 4 ---- 4 files changed, 31 deletions(-) delete mode 100644 config/hosts/jackett/configuration.nix delete mode 100644 config/hosts/jackett/default.nix delete mode 100644 config/hosts/jackett/jackett.nix diff --git a/config/hosts/jackett/configuration.nix b/config/hosts/jackett/configuration.nix deleted file mode 100644 index bd9bde9..0000000 --- a/config/hosts/jackett/configuration.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ ... }: -{ - boot.loader.grub = { - enable = true; - device = "/dev/vda"; - }; - - networking = { - hostName = "jackett"; - firewall.enable = false; - }; - - system.stateVersion = "23.05"; -} diff --git a/config/hosts/jackett/default.nix b/config/hosts/jackett/default.nix deleted file mode 100644 index 98e612a..0000000 --- a/config/hosts/jackett/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: -{ - imports = [ - ./configuration.nix - ./jackett.nix - ]; -} diff --git a/config/hosts/jackett/jackett.nix b/config/hosts/jackett/jackett.nix deleted file mode 100644 index 1b8707e..0000000 --- a/config/hosts/jackett/jackett.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ ... }: -{ - services.jackett = { - enable = true; - }; -} diff --git a/hosts.nix b/hosts.nix index 98e423a..e1b5201 100644 --- a/hosts.nix +++ b/hosts.nix @@ -37,10 +37,6 @@ in site = "vs"; environment = "proxmox"; }; - jackett = { - site = "vs"; - environment = "proxmox"; - }; jellyfin = { hostNixpkgs = nixpkgs-unstable; site = "vs";