Added network time sync to other profiles

This commit is contained in:
Emmet 2023-12-24 07:38:23 -06:00
parent 8df1df80d1
commit 526639580f
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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