Force timesyncd

Otherwise I can't use build-vm
This commit is contained in:
Andreas Zweili 2023-05-27 15:08:00 +02:00
parent 24129cbdb3
commit 7327f4fa5a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ custom }: { pkgs, ... }:
{ custom }: { lib, pkgs, ... }:
{
# The rough location
location = {
@ -8,7 +8,7 @@
# Set your time zone.
time.timeZone = "Europe/Zurich";
services.timesyncd.enable = true;
services.timesyncd.enable = lib.mkForce true;
services.nscd.enableNsncd = true;
networking = {