Set default locale

This commit is contained in:
David Morgan 2022-11-22 12:31:15 +00:00
parent b42841802d
commit 6cee7df820
Signed by: djm
GPG Key ID: C171251002C200F2
4 changed files with 8 additions and 0 deletions

View File

@ -64,5 +64,7 @@
nix.trustedUsers = [ "root" "djm" ];
i18n.defaultLocale = "en_GB.UTF-8";
system.stateVersion = "22.05";
}

View File

@ -66,6 +66,8 @@
nix.trustedUsers = [ "root" "djm" ];
i18n.defaultLocale = "en_GB.UTF-8";
system.stateVersion = "22.05";
}

View File

@ -68,6 +68,8 @@
nix.trustedUsers = [ "root" "djm" ];
i18n.defaultLocale = "en_GB.UTF-8";
system.stateVersion = "22.05";
}

View File

@ -185,6 +185,8 @@ in
services.openssh.enable = true;
i18n.defaultLocale = "en_GB.UTF-8";
system.stateVersion = "21.05"; # Did you read the comment?
}