Some random minor fixes

This commit is contained in:
Emmet 2023-12-24 07:37:12 -06:00
parent 073782130e
commit 8df1df80d1
4 changed files with 8 additions and 1 deletions

5
system/hardware/time.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
services.ntp.enable = true;
}