enable chrony as default nts provider; use automatic timezond for timezone;

This commit is contained in:
2025-07-19 15:22:52 +02:00
parent b9e7e22ddd
commit 8233861699
2 changed files with 9 additions and 5 deletions

View File

@@ -35,9 +35,6 @@
wifi.powersave = false;
};
# Set your time zone.
time.timeZone = "Europe/London";
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
@@ -84,6 +81,13 @@
package = pkgs.mullvad-vpn;
};
# Set your time zone.
# time.timeZone = "Europe/London";
services.automatic-timezoned.enable = true;
services.chrony = {
enable = true;
};
services.fwupd.enable = true;
services.geoclue2 = {
enable = true;