My NixOS config, I don't know what I am doing, don't use this
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Automatic timezone configuration enabled

+1 -1
+1 -1
modules/common.nix
··· 10 10 networking.networkmanager.enable = true; 11 11 12 12 # ── Locale & keyboard ────────────────────────────────────────────────────── 13 - time.timeZone = "Europe/Paris"; 14 13 i18n.defaultLocale = "en_GB.UTF-8"; 15 14 console.useXkbConfig = true; 16 15 services.xserver.xkb.layout = "gb"; 16 + services.automatic-timezoned.enable = true; 17 17 18 18 # ── Nix / Lix ───────────────────────────────────────────────────────────── 19 19 nixpkgs.overlays = [ (final: prev: {