local dns test and chrony added

This commit is contained in:
2026-06-29 23:03:17 +03:00
parent e2e0e57918
commit 3ec5efb090
6 changed files with 53 additions and 14 deletions
+10
View File
@@ -0,0 +1,10 @@
{
config,
pkgs,
...
}:
{
services.chrony = {
enable = true;
};
}