diff --git a/flake.nix b/flake.nix index 48b6fae..d2ac60e 100644 --- a/flake.nix +++ b/flake.nix @@ -101,6 +101,7 @@ importConfiguration = host: let hostDefault = import ./hosts/${host} { config = {}; + keys = {}; ulib = (import ./lib lib null) // { merge = lib.recursiveUpdate; };