New forgejo-anix-access-token for picard and special nixpkgs for sisko

This commit is contained in:
Andrea Ciceri 2024-03-14 19:06:40 +01:00
parent 66fee1434c
commit 68d8e04deb
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -122,11 +122,13 @@
"restic-hetzner-password" = {}; "restic-hetzner-password" = {};
"aws-credentials".owner = "hercules-ci-agent"; "aws-credentials".owner = "hercules-ci-agent";
"forgejo-runners-token".owner = "nixuser"; "forgejo-runners-token".owner = "nixuser";
"forgejo-nix-access-tokens".owner = "nixuser";
}; };
}; };
sisko = { sisko = {
system = "aarch64-linux"; system = "aarch64-linux";
nixpkgs = inputs.nixpkgsUnstableForSisko; # using more recent `nixpkgsUnstable` it fails to restart
vpn = { vpn = {
ip = "10.100.0.1"; ip = "10.100.0.1";
publicKey = "bc5giljukT1+ChbbyTLdOfejfR3c8RZ4XoXmQM54nTY="; publicKey = "bc5giljukT1+ChbbyTLdOfejfR3c8RZ4XoXmQM54nTY=";
@ -150,6 +152,7 @@
"hass-ssh-key".owner = "hass"; "hass-ssh-key".owner = "hass";
"matrix-registration-shared-secret".owner = "matrix-synapse"; "matrix-registration-shared-secret".owner = "matrix-synapse";
"matrix-sliding-sync-secret".owner = "matrix-synapse"; "matrix-sliding-sync-secret".owner = "matrix-synapse";
"autistici-password".owner = "forgejo";
}; };
}; };
}; };