From faf497776e3b5e5819445eef77e1b6e8924ec221 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Thu, 8 Feb 2024 13:48:51 +0100 Subject: [PATCH] feat: remove nixos-vm config --- flake.nix | 22 ---------------------- 1 file changed, 22 deletions(-) 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 = [