diff --git a/modules/hosts/z2w/configuration.nix b/modules/hosts/z2w/configuration.nix index e69de29..1d29838 100644 --- a/modules/hosts/z2w/configuration.nix +++ b/modules/hosts/z2w/configuration.nix @@ -0,0 +1,11 @@ +{ ... }: { + + flake.nixosModules.z2w = { ... }: { + + imports = [ + ]; + + config = { + }; + }; +} diff --git a/modules/hosts/z2w/default.nix b/modules/hosts/z2w/default.nix index a0274a3..f7715be 100644 --- a/modules/hosts/z2w/default.nix +++ b/modules/hosts/z2w/default.nix @@ -6,7 +6,7 @@ modules = inputs.nixos-opi-zero2w.lib.withOpiZero2wInstallerEssentials [ self.nixosModules.z2w - self.nixosModules.z2w-hardware + #self.nixosModules.z2w-hardware #self.diskoConfigurations.z2w ({ ... }: { networking.hostName = "blue-white";