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 - ]; - }; }; }