update flake

This commit is contained in:
2026-04-24 09:14:21 -05:00
parent e192ae93a6
commit b12be8335a
2 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
{ ... }: {
flake.nixosModules.z2w = { ... }: {
imports = [
];
config = {
};
};
}

View File

@@ -6,7 +6,7 @@
modules = inputs.nixos-opi-zero2w.lib.withOpiZero2wInstallerEssentials [ modules = inputs.nixos-opi-zero2w.lib.withOpiZero2wInstallerEssentials [
self.nixosModules.z2w self.nixosModules.z2w
self.nixosModules.z2w-hardware #self.nixosModules.z2w-hardware
#self.diskoConfigurations.z2w #self.diskoConfigurations.z2w
({ ... }: { ({ ... }: {
networking.hostName = "blue-white"; networking.hostName = "blue-white";