From ea9864cfa3cabeef22131451a4ca5ac8e3d0af81 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 3 May 2024 13:49:42 -0500 Subject: [PATCH] more host cleanup --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index be4b8be..b58002c 100644 --- a/flake.nix +++ b/flake.nix @@ -58,11 +58,6 @@ # Standalone home-manager configuration entrypoint # Available through 'home-manager --flake .#your-username@your-hostname' homeConfigurations = { - "john@deb01" = lib.homeManagerConfiguration { - modules = [ ./home/deb01.nix ]; - pkgs = pkgsFor.x86_64-linux; - extraSpecialArgs = { inherit inputs outputs; }; - }; "john@penguin-duet" = lib.homeManagerConfiguration { modules = [ ./home/penguin-duet.nix ]; pkgs = pkgsFor.aarch64-linux;