forked from DGNum/infrastructure
feat(radius): Move configuration from compute01 to vaul01
This commit is contained in:
parent
e8fde45fbf
commit
ccfbc4be42
25 changed files with 39 additions and 65 deletions
|
@ -2,4 +2,11 @@ let
|
|||
lib = import ../../../lib { };
|
||||
publicKeys = lib.getNodeKeys "vault01";
|
||||
in
|
||||
lib.setDefault { inherit publicKeys; } [ ]
|
||||
lib.setDefault { inherit publicKeys; } [
|
||||
"radius-auth_token_file"
|
||||
"radius-ca_pem_file"
|
||||
"radius-cert_pem_file"
|
||||
"radius-dh_pem_file"
|
||||
"radius-key_pem_file"
|
||||
"radius-private_key_password_file"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue