Skip to content

Commit

Permalink
network: use TUD ntp servers
Browse files Browse the repository at this point in the history
  • Loading branch information
rouven0 committed Apr 8, 2024
1 parent 3b48a93 commit a87ecff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hosts/quitte/network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
firewall = {
logRefusedConnections = false;
};
timeServers = [
"ntp1.zih.tu-dresden.de"
"ntp2.zih.tu-dresden.de"
];
};

services.resolved = {
Expand Down

0 comments on commit a87ecff

Please sign in to comment.