From 7fe74bb8335f8fcca4f59585d43efc05812cdd53 Mon Sep 17 00:00:00 2001 From: nikstur Date: Sun, 12 Oct 2025 15:54:20 +0200 Subject: [PATCH] nixos/profiles/bashless: re-enable systemd-timesyncd systemd-timesyncd is now bashless and can thus re-enabled in the bashless profile. --- nixos/modules/profiles/bashless.nix | 2 -- 1 file changed, 2 deletions(-) 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".