Fix small mistake in base config
parent
7eaaae3023
commit
821893b0f5
|
@ -7,10 +7,10 @@
|
||||||
{
|
{
|
||||||
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
|
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
|
||||||
|
|
||||||
time.timeZone = "Europe/Amsterdam";
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
time.timeZone = "Europe/Amsterdam";
|
||||||
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
#Provide a default hostname
|
#Provide a default hostname
|
||||||
networking.hostName = lib.mkDefault "base";
|
networking.hostName = lib.mkDefault "base";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue