diff --git a/flake.nix b/flake.nix index 9d50f665..fbf421a7 100644 --- a/flake.nix +++ b/flake.nix @@ -114,19 +114,6 @@ ./hosts/phone/hardware-configuration.nix ]; }; - - mobile-nixos-vm = nixosSystem { - system = "x86_64-linux"; - - specialArgs = attrs // { - nix-config = self; - }; - - modules = [ - ./hosts/phone/configuration.nix - ./hosts/phone/hardware-configuration.nix - ]; - }; }; formatter = forAllSystems (pkgs: pkgs.nixfmt-rfc-style);