From 8f369315e8590c23d1d07b9fa80053a42a6ce8fb Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Fri, 6 Sep 2019 16:52:44 +1000 Subject: [PATCH] Added importing of secrets --- Deployments/host_common.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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";