test pi4
This commit is contained in:
@@ -25,12 +25,22 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
flake.nixosConfigurations.pi4-install-sd = inputs.nixpkgs.lib.nixosSystem {
|
||||||
|
|
||||||
|
system = "aarch64-linux";
|
||||||
|
|
||||||
|
modules = [
|
||||||
|
self.nixosModules.pi4-install-sd
|
||||||
|
self.nixosModules.pi4-hardware
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
flake.nixosConfigurations.pi4-install-disko = inputs.nixpkgs.lib.nixosSystem {
|
flake.nixosConfigurations.pi4-install-disko = inputs.nixpkgs.lib.nixosSystem {
|
||||||
|
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
self.nixosModules.pi4-core-disko
|
self.nixosModules.pi4-install-disko
|
||||||
self.nixosModules.pi4-hardware
|
self.nixosModules.pi4-hardware
|
||||||
self.diskoConfigurations.pi4
|
self.diskoConfigurations.pi4
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user