infrastructure/machines/compute01/secrets/secrets.nix

8 lines
124 B
Nix
Raw Normal View History

2023-07-18 17:00:31 +02:00
let
lib = import ../../../lib { };
publicKeys = lib.getNodeKeys "web01";
2023-07-18 17:00:31 +02:00
in
lib.setDefault { inherit publicKeys; } [
]