Added importing of secrets
This commit is contained in:
parent
2b6a8951e6
commit
8f369315e8
|
@ -3,6 +3,12 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
imports =
|
||||||
|
[
|
||||||
|
../secrets.nix
|
||||||
|
];
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n = {
|
i18n = {
|
||||||
consoleFont = "Lat2-Terminus16";
|
consoleFont = "Lat2-Terminus16";
|
||||||
|
|
Loading…
Reference in a new issue