Added importing of secrets

This commit is contained in:
Serĉanto de Scio 2019-09-06 16:52:44 +10:00
parent 2b6a8951e6
commit 8f369315e8
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -3,6 +3,12 @@
{ config, pkgs, lib, ... }:
{
imports =
[
../secrets.nix
];
# Select internationalisation properties.
i18n = {
consoleFont = "Lat2-Terminus16";