From f69acc5016d1d862ad649e1a7875227b7c3fd10a Mon Sep 17 00:00:00 2001 From: Asmir A Date: Thu, 20 Aug 2026 16:21:27 +0200 Subject: [PATCH] flake: remove unused hosts --- flake.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/flake.nix b/flake.nix index c581499..d02a8b8 100644 --- a/flake.nix +++ b/flake.nix @@ -140,19 +140,6 @@ ]; }; - mediabox = mkHost { - hostname = "mediabox"; - hmBackup = false; - extraModules = [ ./modules/qbittorrent.nix ]; - }; - - blue = mkHost { - hostname = "blue"; - suspend = false; - sops = false; - hmBackup = false; - }; - magpie = mkHost { hostname = "magpie"; system = "aarch64-linux";