diff --git a/flake.nix b/flake.nix index 2500470..b2eb27e 100644 --- a/flake.nix +++ b/flake.nix @@ -30,28 +30,6 @@ in { nixosConfigurations = { - nixos-vm = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - modules = [ - ./configuration.nix - ./greetd.nix - ./users.nix - ./machines/nixos-vm/configuration.nix - ./machines/nixos-vm/hardware-configuration.nix - - home-manager.nixosModules.home-manager - { - home-manager.useUserPackages = true; - home-manager.extraSpecialArgs = { inherit user theme; }; - home-manager.users.${user} = { - imports = [ ./home-${user}.nix ]; - nixpkgs.config = nixpkgs-config; - nixpkgs.overlays = [ overlay-unstable ]; - }; - } - ]; - }; - apache = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [