nixos/profiles/bashless: re-enable systemd-timesyncd

systemd-timesyncd is now bashless and can thus re-enabled in the
bashless profile.
This commit is contained in:
nikstur
2025-10-14 10:14:42 +02:00
parent bf850ec7ac
commit 7fe74bb833
-2
View File
@@ -36,8 +36,6 @@
systemd.shutdownRamfs.enable = lib.mkDefault false;
# Relies on the gzip command which depends on bash
services.logrotate.enable = lib.mkDefault false;
# Service relies on bash scripts
services.timesyncd.enable = lib.mkDefault false;
# Check that the system does not contain a Nix store path that contains the
# string "bash".