Add ntp to all VMs

This commit is contained in:
Andreas Zweili 2022-05-05 22:55:27 +02:00
parent e383ddccce
commit 75f681aca4
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
{ inputs, hostname, ip, ... }:
{
imports = [
"${inputs.self}/modules/ntp"
];
networking = {
useDHCP = false;
hostName = hostname;