update flake
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
{ ... }: {
|
||||||
|
|
||||||
|
flake.nixosModules.z2w = { ... }: {
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
];
|
||||||
|
|
||||||
|
config = {
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user