feat: setup timesyncd.

This commit is contained in:
CronyAkatsuki 2026-01-20 17:57:59 +01:00
parent b4d3b52454
commit 42b2ec74f5
2 changed files with 7 additions and 0 deletions

View file

@ -28,5 +28,8 @@
size = 32 * 1024;
}
];
# Setup ntp
services.timesyncd.enable = true;
};
}

View file

@ -0,0 +1,4 @@
{
# Setup ntp
services.timesyncd.enable = true;
}