mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 02:57:44 +00:00
Add some parts of the nine host
This commit is contained in:
parent
6c108c7caa
commit
fa80a17f59
12 changed files with 124 additions and 21 deletions
|
@ -1,6 +1,10 @@
|
|||
let
|
||||
inherit (import ./keys.nix) all;
|
||||
inherit (import ./keys.nix) nine admins all;
|
||||
in {
|
||||
# nine
|
||||
"hosts/nine/id.age".publicKeys = [ nine ] ++ admins;
|
||||
"hosts/nine/password.seven.age".publicKeys = [ nine ] ++ 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