Enable automatic timezone

This commit is contained in:
2023-08-17 12:13:32 +02:00
parent c19e88532b
commit bd2d25f21a
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -25,6 +25,9 @@
i18n.inputMethod.enabled = "ibus";
i18n.inputMethod.ibus.engines = with pkgs.ibus-engines; [mozc];
# Allow automatic timezoned to work.
services.geoclue2.enableDemoAgent = lib.mkForce true;
# TODO: Remove this, temporary fix while the extension is not published.
fileSystems."/home/zoriya/.local/share/gnome-shell/extensions/fairy@zoriya.dev" = {
device = "/home/zoriya/projects/fairy/";
+1 -1
View File
@@ -18,7 +18,7 @@
efi.canTouchEfiVariables = true;
};
networking.networkmanager.enable = true;
time.timeZone = "Asia/Tokyo";
services.automatic-timezoned.enable = true;
programs.gnupg.agent = {
enable = true;
+1 -1
View File
@@ -12,7 +12,7 @@
};
aggregatedFonts = pkgs.buildEnv {
name = "system-fonts";
paths = config.fonts.fonts;
paths = config.fonts.packages;
pathsToLink = ["/share/fonts"];
};
in {