Forgot to commit sisko configuration

This commit is contained in:
Andrea Ciceri 2023-12-12 13:13:12 +01:00
parent e26edaa747
commit 3089c758e3
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -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 =