From c73c65dd086c859899b573724a6c07dcf6650d1d Mon Sep 17 00:00:00 2001 From: joy 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 - ]; - }; }; }