mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Some random minor fixes
This commit is contained in:
parent
073782130e
commit
8df1df80d1
4 changed files with 8 additions and 1 deletions
5
system/hardware/time.nix
Normal file
5
system/hardware/time.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.ntp.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue