diff --git a/common/pubkeys.nix b/common/pubkeys.nix index 561ed0b..5147644 100644 --- a/common/pubkeys.nix +++ b/common/pubkeys.nix @@ -13,5 +13,5 @@ ''; }; - config.pubkeys = import self + /pubkeys.nix; + config.pubkeys = import (self + /pubkeys.nix); }