forked from DGNum/infrastructure
9 lines
141 B
Nix
9 lines
141 B
Nix
let
|
|
lib = import ../../../lib { };
|
|
in
|
|
|
|
lib.setDefault { publicKeys = lib.rootKeys; } [
|
|
"compute01.key"
|
|
"storage01.key"
|
|
"web01.key"
|
|
]
|