l: force timesyncd off
This commit is contained in:
parent
5ff41af39e
commit
448746ebbc
@ -1,5 +1,5 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
with import <stockholm/lib>;
|
with import <stockholm/lib>;
|
||||||
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../2configs/binary-cache/client.nix
|
../2configs/binary-cache/client.nix
|
||||||
@ -78,7 +78,7 @@ with import <stockholm/lib>;
|
|||||||
|
|
||||||
users.mutableUsers = false;
|
users.mutableUsers = false;
|
||||||
|
|
||||||
services.timesyncd.enable = true;
|
services.timesyncd.enable = mkForce true;
|
||||||
|
|
||||||
#why is this on in the first place?
|
#why is this on in the first place?
|
||||||
services.nscd.enable = false;
|
services.nscd.enable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user