mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-05 12:34:02 +05:30
Added network time sync to other profiles
This commit is contained in:
parent
8df1df80d1
commit
526639580f
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue