Restart timesyncd
This commit is contained in:
parent
c99d5e859d
commit
fbc3d2ccb7
@ -1,6 +1,12 @@
|
|||||||
{ pkgs, lib, config, inputs, ... }: {
|
{ pkgs, lib, config, inputs, ... }: {
|
||||||
systemd.coredump.enable = true;
|
systemd.coredump.enable = true;
|
||||||
|
|
||||||
|
systemd.services.systemd-timesyncd.wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
|
systemd.timers.systemd-timesyncd = {
|
||||||
|
timerConfig.OnCalendar = "hourly";
|
||||||
|
};
|
||||||
|
|
||||||
environment.sessionVariables =
|
environment.sessionVariables =
|
||||||
config.home-manager.users.balsoft.home.sessionVariables // rec {
|
config.home-manager.users.balsoft.home.sessionVariables // rec {
|
||||||
NIX_AUTO_RUN = "1";
|
NIX_AUTO_RUN = "1";
|
||||||
|
Loading…
Reference in New Issue
Block a user