mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
local dns test and chrony added
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.chrony = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user