Fix small mistake in base config

This commit is contained in:
kalle 2024-11-17 21:16:40 +01:00
parent 7eaaae3023
commit 821893b0f5

View file

@ -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";