From 68d8e04deb2412f0cacab0017ea3441ac11e30c2 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 14 Mar 2024 19:06:40 +0100 Subject: [PATCH] New `forgejo-anix-access-token` for `picard` and special `nixpkgs` for `sisko` --- hosts/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/default.nix b/hosts/default.nix index 3d36331..cfc2d6f 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -122,11 +122,13 @@ "restic-hetzner-password" = {}; "aws-credentials".owner = "hercules-ci-agent"; "forgejo-runners-token".owner = "nixuser"; + "forgejo-nix-access-tokens".owner = "nixuser"; }; }; sisko = { system = "aarch64-linux"; + nixpkgs = inputs.nixpkgsUnstableForSisko; # using more recent `nixpkgsUnstable` it fails to restart vpn = { ip = "10.100.0.1"; publicKey = "bc5giljukT1+ChbbyTLdOfejfR3c8RZ4XoXmQM54nTY="; @@ -150,6 +152,7 @@ "hass-ssh-key".owner = "hass"; "matrix-registration-shared-secret".owner = "matrix-synapse"; "matrix-sliding-sync-secret".owner = "matrix-synapse"; + "autistici-password".owner = "forgejo"; }; }; };