forked from DGNum/infrastructure
10 lines
227 B
Nix
10 lines
227 B
Nix
let
|
|
lib = import ../../../lib { };
|
|
publicKeys = lib.getNodeKeys "storage01";
|
|
in
|
|
|
|
lib.setDefault { inherit publicKeys; } [
|
|
"forgejo-database_password_file"
|
|
"peertube-secrets_file"
|
|
"peertube-service_environment_file"
|
|
]
|