summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-07-03 21:35:34 +0200
committertv <tv@krebsco.de>2016-07-03 21:35:34 +0200
commitfa14575ce2fbcf0fd7f1df4934b54c19d34401b5 (patch)
tree9a14b59e9dddb6897d417df5e59a81e7e1681fa1
parent99136e1764d5eb0d2e04252af7097062e6aaaa0b (diff)
tv: use timesyncd
-rw-r--r--tv/1systems/cd.nix1
-rw-r--r--tv/1systems/nomic.nix1
-rw-r--r--tv/1systems/wu.nix1
-rw-r--r--tv/1systems/xu.nix1
-rw-r--r--tv/2configs/default.nix1
5 files changed, 1 insertions, 4 deletions
diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix
index 2120134c..2ad4a150 100644
--- a/tv/1systems/cd.nix
+++ b/tv/1systems/cd.nix
@@ -108,7 +108,6 @@ with config.krebs.lib;
iotop
iptables
nethogs
- ntp # ntpate
rxvt_unicode.terminfo
tcpdump
];
diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix
index 3696bcdf..5415e50b 100644
--- a/tv/1systems/nomic.nix
+++ b/tv/1systems/nomic.nix
@@ -60,7 +60,6 @@ with config.krebs.lib;
esac
'')
gnupg
- ntp # ntpate
rxvt_unicode.terminfo
tmux
];
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix
index 645cda61..a2e113e1 100644
--- a/tv/1systems/wu.nix
+++ b/tv/1systems/wu.nix
@@ -29,7 +29,6 @@ with config.krebs.lib;
# root
cryptsetup
- ntp # ntpate
# tv
bc
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix
index 1cd1df1a..b832470d 100644
--- a/tv/1systems/xu.nix
+++ b/tv/1systems/xu.nix
@@ -41,7 +41,6 @@ with config.krebs.lib;
# root
cryptsetup
- ntp # ntpate
# tv
bc
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix
index 0f625813..a9ba1ead 100644
--- a/tv/2configs/default.nix
+++ b/tv/2configs/default.nix
@@ -153,6 +153,7 @@ with config.krebs.lib;
services.cron.enable = false;
services.nscd.enable = false;
services.ntp.enable = false;
+ services.timesyncd.enable = true;
}
{