2023-07-18 17:00:31 +02:00
|
|
|
let
|
2023-07-24 09:10:34 +02:00
|
|
|
lib = import ../../../lib { };
|
2023-09-11 11:17:30 +02:00
|
|
|
publicKeys = lib.getNodeKeys "compute01";
|
2023-07-18 17:00:31 +02:00
|
|
|
in
|
|
|
|
|
|
|
|
lib.setDefault { inherit publicKeys; } [
|
2023-09-11 11:17:30 +02:00
|
|
|
"nextcloud-adminpass_file"
|
2023-07-18 17:00:31 +02:00
|
|
|
]
|