try again

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-06 22:53:24 -06:00
parent 105e9715b1
commit 00e25fa216
2 changed files with 8 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
services.dbus.enable = lib.mkDefault true;
services.geoclue2.enable = true;
@ -7,8 +7,13 @@
services.automatic-timezoned.enable = true;
systemd.services.automatic-timezoned = {
after = [ "dbus.socket" "systemd-timedated.service" ];
wants = [ "dbus.socket" "systemd-timedated.service" ];
after = [ "dbus.socket" "systemd-timedated.service" "geoclue.service" ];
wants = [ "dbus.socket" "systemd-timedated.service" "geoclue.service" ];
serviceConfig = {
ExecStartPre = "${lib.getExe' pkgs.coreutils "sleep"} 5";
Restart = "on-failure";
RestartSec = "10s";
};
};
systemd.services.automatic-timezoned-geoclue-agent = {

View file

@ -28,7 +28,6 @@
files = [
"/machine-key.json"
"/etc/machine-id"
"/etc/localtime"
# NOTE: if you want mutable passwords across reboots, persist these,
# but you must do a one-time migration (see notes in chat).
# "/etc/shadow"