mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-17 03:31:59 -05:00
refactor:ntp
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
_: {
|
_: {
|
||||||
services = {
|
services = {
|
||||||
fstrim = {
|
# fgrim = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
interval = "weekly";
|
# interval = "weekly";
|
||||||
};
|
# };
|
||||||
gvfs.enable = true;
|
gvfs.enable = true;
|
||||||
scx = {
|
scx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -4,19 +4,20 @@ _: {
|
|||||||
settings = {
|
settings = {
|
||||||
source = [
|
source = [
|
||||||
{
|
{
|
||||||
address = "ntppool1.time.nl";
|
address = "pool.ntp.org";
|
||||||
mode = "nts";
|
mode = "pool";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
address = "ntppool2.time.nl";
|
address = "time.cloudflare.com";
|
||||||
mode = "nts";
|
mode = "server";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
address = "nts.netnod.se";
|
address = "ntp.aliyun.com";
|
||||||
mode = "nts";
|
mode = "server";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
useNetworkingTimeServers = false;
|
useNetworkingTimeServers = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user