test iso
This commit is contained in:
16
modules/hosts/z2w/default.nix
Normal file
16
modules/hosts/z2w/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ self, inputs, ... }: {
|
||||
|
||||
flake.nixosConfigurations."blue-white" = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
||||
system = "aarch64-linux";
|
||||
|
||||
modules = inputs.nixos-opi-zero2w.lib.withOpiZero2wInstallerEssentials [
|
||||
self.nixosModules.z2w
|
||||
self.nixosModules.z2w-hardware
|
||||
#self.diskoConfigurations.z2w
|
||||
({ ... }: {
|
||||
networking.hostName = "blue-white";
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user