Secrets refactored and added cachix-auth-token secret

This commit is contained in:
Andrea Ciceri 2023-04-01 16:24:11 +02:00
parent 0ecc14fd8a
commit 207920afaf
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
13 changed files with 120 additions and 114 deletions

View file

@ -144,7 +144,6 @@
config = {
fleet.hosts = {
# TODO add `hs` and `pbp`
thinkpad = {
extraModules = [inputs.nixosHardware.nixosModules.lenovo-thinkpad-x1-7th-gen];
extraHmModules = [
@ -152,6 +151,7 @@
];
secrets = {
"thinkpad-wireguard-private-key" = {};
"cachix-personal-token".owner = "ccr";
};
};
rock5b = {
@ -184,8 +184,8 @@
}
];
secrets = {
"cachix" = {};
"mothership-wireguard-private-key" = {};
"cachix-personal-token".owner = "ccr";
"git-workspace-tokens".owner = "ccr";
"magit-forge-github-token".owner = "ccr";
};