My Nix Configuration
2
fork

Configure Feed

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

at 4e68bc71bf0d7dc53a3a4292efdd51cc9514f81b 10 lines 216 B view raw
1{ 2 imports = [ 3 ./oidc.nix 4 ]; 5 flake.data = { 6 hosts = fromTOML (builtins.readFile ./hosts.toml); 7 services = fromTOML (builtins.readFile ./services.toml); 8 tsNet = "coelacanth-dragon.ts.net"; 9 }; 10}