From 526639580ffcfcbc22be1a94fb1978fc0e36eca4 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 24 Dec 2023 07:38:23 -0600 Subject: [PATCH] Added network time sync to other profiles --- profiles/homelab/configuration.nix | 1 + profiles/wsl/configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/homelab/configuration.nix b/profiles/homelab/configuration.nix index 72b6b15..a10a9a2 100644 --- a/profiles/homelab/configuration.nix +++ b/profiles/homelab/configuration.nix @@ -3,6 +3,7 @@ { imports = [ ../../system/hardware-configuration.nix + ../../system/hardware/time.nix # Network time sync ../../system/security/doas.nix ../../system/security/gpg.nix ../../system/security/sshd.nix diff --git a/profiles/wsl/configuration.nix b/profiles/wsl/configuration.nix index d4baaf0..a514a2f 100644 --- a/profiles/wsl/configuration.nix +++ b/profiles/wsl/configuration.nix @@ -13,6 +13,7 @@ in [ nixos-wsl.nixosModules.wsl ../../system/hardware/kernel.nix # Kernel config ../../system/hardware/systemd.nix # systemd config + ../../system/hardware/time.nix # Network time sync ../../system/hardware/opengl.nix ../../system/hardware/printing.nix ../../system/hardware/bluetooth.nix