From 7c4ad28c09918439fa664b7411583464669dadfa Mon Sep 17 00:00:00 2001 From: joygnu Date: Wed, 12 Jun 2024 12:15:14 +0200 Subject: [PATCH] no more crap --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index 8125141..e6d6bef 100644 --- a/flake.nix +++ b/flake.nix @@ -36,12 +36,6 @@ ./hosts/laptop ]; }; - nixosConfigurations.craptop = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; - modules = [ - ./hosts/craptop - ]; - }; }; }