enable ntp

This commit is contained in:
illustris 2021-04-12 01:46:06 +05:30
parent 7dc43ff3c8
commit e21febbbf3

View File

@ -127,6 +127,7 @@
forwardX11 = true;
};
udev.packages = [ (pkgs.callPackage (import ./packages/xr-hardware/default.nix) {}) ];
ntp.enable = true;
};
environment.etc.openvpn.source = "${pkgs.update-resolv-conf}/libexec/openvpn";