Added old pi files

This commit is contained in:
2025-10-02 14:24:48 +03:00
parent 5164b5cc0a
commit b11164a864
10 changed files with 597 additions and 0 deletions

9
old-pi-nixos/chrony.nix Normal file
View 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"];
};
}