From 02abf4ed0131237c25e0a10db50fa4c41a902a50 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 14 Jul 2024 17:53:13 -0600 Subject: sys: final merge of dmz, hv into sys --- flake.nix | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8a25fb0..2c87557 100644 --- a/flake.nix +++ b/flake.nix @@ -81,10 +81,7 @@ nixosConfigurations = let nixosSystem = { modules }: makeOverridable nixpkgs.lib.nixosSystem { - inherit pkgs system; - modules = modules ++ [ - nixpkgs.nixosModules.notDetected - ]; + inherit modules pkgs system; specialArgs = { inherit flakes; @@ -95,20 +92,10 @@ modules = [ ./sys host - nixvirt.nixosModules.default ]; }; in - mapAttrs (_: hostConfig) (importAll { root = ./sys/platform; }) - // { - dmz = nixosSystem { - modules = [ ./dmz ]; - }; - - hv = nixosSystem { - modules = [ ./hv ]; - }; - }; + mapAttrs (_: hostConfig) (importAll { root = ./sys/platform; }); homeConfigurations = let -- cgit v1.2.3