fix(nix): move location related values to encrypted file

This commit is contained in:
steveej 2022-11-19 16:33:35 -06:00
parent a2314019ba
commit 37ecf7d4b1
4 changed files with 10 additions and 4 deletions

View file

@ -34,7 +34,7 @@
console.font = "lat9w-16";
i18n = { defaultLocale = "en_US.UTF-8"; };
time.timeZone = "Europe/Berlin";
time.timeZone = "Etc/UTC";
services.gpm.enable = true;
services.packagekit.enable = true;