local dns test and chrony added

This commit is contained in:
2026-06-27 22:43:39 +03:00
parent e2e0e57918
commit 17b317998d
5 changed files with 52 additions and 13 deletions
+10
View File
@@ -0,0 +1,10 @@
{
config,
pkgs,
...
}:
{
services.chrony = {
enable = true;
};
}