diff --git a/Deployments/host_common.nix b/Deployments/host_common.nix index 6e12110..33a8e43 100644 --- a/Deployments/host_common.nix +++ b/Deployments/host_common.nix @@ -3,6 +3,12 @@ { config, pkgs, lib, ... }: { + + imports = + [ + ../secrets.nix + ]; + # Select internationalisation properties. i18n = { consoleFont = "Lat2-Terminus16";