Added network time sync to other profiles
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[ ../../system/hardware-configuration.nix
|
[ ../../system/hardware-configuration.nix
|
||||||
|
../../system/hardware/time.nix # Network time sync
|
||||||
../../system/security/doas.nix
|
../../system/security/doas.nix
|
||||||
../../system/security/gpg.nix
|
../../system/security/gpg.nix
|
||||||
../../system/security/sshd.nix
|
../../system/security/sshd.nix
|
||||||
|
@ -13,6 +13,7 @@ in
|
|||||||
[ nixos-wsl.nixosModules.wsl
|
[ nixos-wsl.nixosModules.wsl
|
||||||
../../system/hardware/kernel.nix # Kernel config
|
../../system/hardware/kernel.nix # Kernel config
|
||||||
../../system/hardware/systemd.nix # systemd config
|
../../system/hardware/systemd.nix # systemd config
|
||||||
|
../../system/hardware/time.nix # Network time sync
|
||||||
../../system/hardware/opengl.nix
|
../../system/hardware/opengl.nix
|
||||||
../../system/hardware/printing.nix
|
../../system/hardware/printing.nix
|
||||||
../../system/hardware/bluetooth.nix
|
../../system/hardware/bluetooth.nix
|
||||||
|
Reference in New Issue
Block a user