mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Added network time sync to other profiles
This commit is contained in:
parent
8df1df80d1
commit
526639580f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue