diff --git a/flake.nix b/flake.nix index 3e37b52..76a5503 100644 --- a/flake.nix +++ b/flake.nix @@ -49,13 +49,6 @@ } ]; }; - gamemachine = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; - modules = [ - ./hosts/gamemachine/configuration.nix - ./modules/nvidia.nix - ]; - }; }; }; }