From 56e39ef6be3e837681235fb334c7d02b3ca7424c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 23 Sep 2024 09:02:03 +0100 Subject: [PATCH] Remove the apollo host This laptop is currently dead and I'm only working on my Lemur Pro laptop (lemp11), so I'm removing this host for now. --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index a8fcaf9..13a3fe8 100644 --- a/flake.nix +++ b/flake.nix @@ -47,11 +47,6 @@ formatter.${system} = pkgs.nixfmt-rfc-style; nixosConfigurations = { - apollo = mkNixos { - desktop = true; - hostname = "apollo"; - }; - lemp11 = mkNixos { desktop = true; hostname = "lemp11";