From b12be8335af2f82973343bf1431699156a3cabea Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 24 Apr 2026 09:14:21 -0500 Subject: [PATCH] update flake --- modules/hosts/z2w/configuration.nix | 11 +++++++++++ modules/hosts/z2w/default.nix | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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";