test pi4
This commit is contained in:
@@ -1,11 +1,35 @@
|
||||
{ ... }: {
|
||||
{ self, ... }: {
|
||||
|
||||
flake.nixosModules.z2w = { ... }: {
|
||||
flake.nixosModules.z2w-install-sd = { config, pkgs, modulesPath, ... }: {
|
||||
|
||||
imports = with self.nixosModules; [
|
||||
|
||||
(modulesPath + "/installer/sd-card/sd-image-aarch64.nix")
|
||||
z2w-core
|
||||
|
||||
imports = [
|
||||
];
|
||||
|
||||
config = {
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
flake.nixosModules.z2w = { config, pkgs, ... }: {
|
||||
|
||||
imports = with self.nixosModules; [
|
||||
|
||||
z2w-install-sd
|
||||
|
||||
netbird-sbc
|
||||
remoteBuilds
|
||||
sops
|
||||
];
|
||||
|
||||
config = {
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user