m/common: timesyncd sometimes did not work, and did not tell why. oh well.
CI / x86_64-linux (push) Successful in 1m5s Details
CI / aarch64-linux (push) Successful in 1m43s Details

main
Ari Gerus 2024-03-20 11:21:49 +01:00
parent 011b8a12a6
commit d0195129f6
1 changed files with 4 additions and 1 deletions

View File

@ -197,6 +197,9 @@ in {
networkConfig.Bridge = "virbr0";
};
};
nixpkgs.config.permittedInsecurePackages = [ "nix-2.16.2" ];
services.chrony.enable = true;
services.timesyncd.enable = false;
}