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 = {
|
||||
fstrim = {
|
||||
enable = true;
|
||||
interval = "weekly";
|
||||
};
|
||||
# fgrim = {
|
||||
# enable = true;
|
||||
# interval = "weekly";
|
||||
# };
|
||||
gvfs.enable = true;
|
||||
scx = {
|
||||
enable = true;
|
||||
|
||||
@@ -4,19 +4,20 @@ _: {
|
||||
settings = {
|
||||
source = [
|
||||
{
|
||||
address = "ntppool1.time.nl";
|
||||
mode = "nts";
|
||||
address = "pool.ntp.org";
|
||||
mode = "pool";
|
||||
}
|
||||
{
|
||||
address = "ntppool2.time.nl";
|
||||
mode = "nts";
|
||||
address = "time.cloudflare.com";
|
||||
mode = "server";
|
||||
}
|
||||
{
|
||||
address = "nts.netnod.se";
|
||||
mode = "nts";
|
||||
address = "ntp.aliyun.com";
|
||||
mode = "server";
|
||||
}
|
||||
];
|
||||
};
|
||||
useNetworkingTimeServers = false;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user