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:
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user