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:
parent
b09a30c186
commit
0d3b0ee75c
5 changed files with 16 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue