ROCKPro64-Server/system/settings/default.nix

9 lines
71 B
Nix
Raw Normal View History

2025-02-28 12:08:04 -05:00
{ ... }:
{
imports = [
2025-02-28 19:13:03 -05:00
./modules
2025-02-28 12:08:04 -05:00
./nix
./timezone
];
}