File tree Expand file tree Collapse file tree 3 files changed +0
-82
lines changed
Expand file tree Collapse file tree 3 files changed +0
-82
lines changed Original file line number Diff line number Diff line change 7474 # This means that systemd-timesyncd needs to have NSS modules path in LD_LIBRARY_PATH. When systemd-resolved is disabled we still need to set
7575 # NSS module path so that systemd-timesyncd keeps using other NSS modules that are configured in the system.
7676 environment . LD_LIBRARY_PATH = config . system . nssModules . path ;
77-
78- preStart =
79- # workaround an issue of systemd-timesyncd not starting due to upstream systemd reverting their dynamic users changes
80- # - https://github.com/NixOS/nixpkgs/pull/61321#issuecomment-492423742
81- # - https://github.com/systemd/systemd/issues/12131
82- lib . optionalString ( versionOlder config . system . stateVersion "19.09" ) ''
83- if [ -L /var/lib/systemd/timesync ]; then
84- rm /var/lib/systemd/timesync
85- mv /var/lib/private/systemd/timesync /var/lib/systemd/timesync
86- fi
87- '' ;
8877 } ;
8978
9079 environment . etc . "systemd/timesyncd.conf" . text = ''
Original file line number Diff line number Diff line change 14821482 systemd-sysusers-immutable = runTest ./systemd-sysusers-immutable.nix ;
14831483 systemd-sysusers-mutable = runTest ./systemd-sysusers-mutable.nix ;
14841484 systemd-sysusers-password-option-override-ordering = runTest ./systemd-sysusers-password-option-override-ordering.nix ;
1485- systemd-timesyncd = runTest ./systemd-timesyncd.nix ;
14861485 systemd-timesyncd-nscd-dnssec = runTest ./systemd-timesyncd-nscd-dnssec.nix ;
14871486 systemd-user-linger = runTest ./systemd-user-linger.nix ;
14881487 systemd-user-tmpfiles-rules = runTest ./systemd-user-tmpfiles-rules.nix ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments