Added old pi files
This commit is contained in:
9
old-pi-nixos/chrony.nix
Normal file
9
old-pi-nixos/chrony.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{config, lib, pkgs, modulesPath, ...}:
|
||||
|
||||
{
|
||||
services.chrony = {
|
||||
enable = true;
|
||||
enableNTS = true;
|
||||
servers = ["nts.teambelgium.net" "ptbtime1.ptb.de" "paris.time.system76.com"];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user