Fix small mistake in base config

main
kalle 2024-11-17 21:16:40 +01:00
parent 7eaaae3023
commit 821893b0f5
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@
{
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
time.timeZone = "Europe/Amsterdam";
i18n.defaultLocale = "en_US.UTF-8";
config = {
time.timeZone = "Europe/Amsterdam";
i18n.defaultLocale = "en_US.UTF-8";
#Provide a default hostname
networking.hostName = lib.mkDefault "base";