reNixos/ada/services/timesyncd.nix
s0me1newithhand7s 58c5ffdb54 feat(ada): ntps-rs init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 00:08:08 +03:00

7 lines
74 B
Nix

_: {
services = {
timesyncd = {
enable = false;
};
};
}