From 3089c758e300ae8bbeefd57508b9c14915505deb Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Tue, 12 Dec 2023 13:13:12 +0100 Subject: [PATCH] Forgot to commit `sisko` configuration --- hosts/default.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/hosts/default.nix b/hosts/default.nix index 3ed8924..70a07e6 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -85,6 +85,23 @@ "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 =