diff options
Diffstat (limited to 'tv')
| -rw-r--r-- | tv/1systems/cd.nix | 1 | ||||
| -rw-r--r-- | tv/1systems/nomic.nix | 1 | ||||
| -rw-r--r-- | tv/1systems/wu.nix | 1 | ||||
| -rw-r--r-- | tv/1systems/xu.nix | 1 | ||||
| -rw-r--r-- | tv/2configs/default.nix | 1 | 
5 files changed, 1 insertions, 4 deletions
| diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 2120134..2ad4a15 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 3696bcd..5415e50 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 645cda6..a2e113e 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 1cd1df1..b832470 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 0f62581..a9ba1ea 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;      }      { | 
