summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-10-28 01:09:44 +0100
committerFlorian Klink <flokli@flokli.de>2020-10-28 23:24:18 +0100
commit961663a1b3236be22e7a22592ff8c51d2f0af3c9 (patch)
tree02bcd54c4e4851435a274e8533c4cf9b87659d45
parente10a9a850602fc7f3044c845ab61de18a4315b74 (diff)
downloadnixpkgs-961663a1b3236be22e7a22592ff8c51d2f0af3c9.tar
nixpkgs-961663a1b3236be22e7a22592ff8c51d2f0af3c9.tar.gz
nixpkgs-961663a1b3236be22e7a22592ff8c51d2f0af3c9.tar.bz2
nixpkgs-961663a1b3236be22e7a22592ff8c51d2f0af3c9.tar.lz
nixpkgs-961663a1b3236be22e7a22592ff8c51d2f0af3c9.tar.xz
nixpkgs-961663a1b3236be22e7a22592ff8c51d2f0af3c9.tar.zst
nixpkgs-961663a1b3236be22e7a22592ff8c51d2f0af3c9.zip
systemdMinimal: disable timesyncd
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 5a23b7ba9cf..3af884f5edc 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -18680,6 +18680,7 @@ in
     withResolved = false;
     withShellCompletions = false;
     withTimedated = false;
+    withTimesyncd = false;
     withUserDb = false;
     glib = null;
     libgcrypt = null;