My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 9d300e6a537a442e0fddf957202e603e7a832ce1 6 lines 205 B view raw
1{ 2 hosts = fromTOML (builtins.readFile ./hosts.toml); 3 services = fromTOML (builtins.readFile ./services.toml); 4 mail = fromTOML (builtins.readFile ./mail.toml); 5 tsNet = "coelacanth-dragon.ts.net"; 6}