1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 02:57:44 +00:00

hosts.pala: add ssh ids

This commit is contained in:
RGBCube 2025-07-22 17:50:23 +03:00
parent b09a30c186
commit 0d3b0ee75c
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
5 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,5 @@
let
inherit (import ./keys.nix) best disk nine admins all;
inherit (import ./keys.nix) admins all best disk nine pala;
in {
# best
"hosts/best/id.age".publicKeys = [ best ] ++ admins;
@ -33,6 +33,11 @@ in {
"hosts/nine/github2forgejo/environment.age".publicKeys = [ nine ] ++ admins;
# pala
"hosts/pala/id.age".publicKeys = [ pala ] ++ admins;
"hosts/pala/id-cull.age".publicKeys = [ pala ] ++ admins;
"hosts/pala/id-no.age".publicKeys = [ pala ] ++ admins;
# shared
"modules/common/ssh/config.age".publicKeys = all;
"modules/linux/restic/password.age".publicKeys = all;