Forgot to commit sisko
configuration
This commit is contained in:
parent
e26edaa747
commit
3089c758e3
1 changed files with 17 additions and 0 deletions
|
@ -85,6 +85,23 @@
|
||||||
"git-workspace-tokens".owner = "ccr";
|
"git-workspace-tokens".owner = "ccr";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sisko = {
|
||||||
|
system = "aarch64-linux";
|
||||||
|
extraModules = with inputs; [
|
||||||
|
disko.nixosModules.disko
|
||||||
|
rock5b.nixosModules.default
|
||||||
|
];
|
||||||
|
secrets = {
|
||||||
|
"sisko-wireguard-private-key" = {};
|
||||||
|
"hercules-ci-join-token".owner = "hercules-ci-agent";
|
||||||
|
"hercules-ci-binary-caches".owner = "hercules-ci-agent";
|
||||||
|
"hercules-ci-secrets-json".owner = "hercules-ci-agent";
|
||||||
|
"cachix-personal-token".owner = "ccr";
|
||||||
|
"home-planimetry".owner = "hass";
|
||||||
|
"cloudflare-dyndns-api-token" = {};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
flake.nixosConfigurations =
|
flake.nixosConfigurations =
|
||||||
|
|
Loading…
Add table
Reference in a new issue