diff --git a/nixos/modules/profiles/bashless.nix b/nixos/modules/profiles/bashless.nix index b6764a92f4f8..171a695809bf 100644 --- a/nixos/modules/profiles/bashless.nix +++ b/nixos/modules/profiles/bashless.nix @@ -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".