tv: use timesyncd
This commit is contained in:
parent
99136e1764
commit
fa14575ce2
tv
|
@ -108,7 +108,6 @@ with config.krebs.lib;
|
|||
iotop
|
||||
iptables
|
||||
nethogs
|
||||
ntp # ntpate
|
||||
rxvt_unicode.terminfo
|
||||
tcpdump
|
||||
];
|
||||
|
|
|
@ -60,7 +60,6 @@ with config.krebs.lib;
|
|||
esac
|
||||
'')
|
||||
gnupg
|
||||
ntp # ntpate
|
||||
rxvt_unicode.terminfo
|
||||
tmux
|
||||
];
|
||||
|
|
|
@ -29,7 +29,6 @@ with config.krebs.lib;
|
|||
|
||||
# root
|
||||
cryptsetup
|
||||
ntp # ntpate
|
||||
|
||||
# tv
|
||||
bc
|
||||
|
|
|
@ -41,7 +41,6 @@ with config.krebs.lib;
|
|||
|
||||
# root
|
||||
cryptsetup
|
||||
ntp # ntpate
|
||||
|
||||
# tv
|
||||
bc
|
||||
|
|
|
@ -153,6 +153,7 @@ with config.krebs.lib;
|
|||
services.cron.enable = false;
|
||||
services.nscd.enable = false;
|
||||
services.ntp.enable = false;
|
||||
services.timesyncd.enable = true;
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue