diff --git a/hosts/exodus/default.nix b/hosts/exodus/default.nix index c7ccdf3..43b081c 100644 --- a/hosts/exodus/default.nix +++ b/hosts/exodus/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, lib, ... }: { imports = [ ./hardware-configuration.nix ];