this repo has no description
4
fork

Configure Feed

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

fix: index tostring

dusk 6ab876ba f6e60680

+2 -2
+2 -2
hosts/wolumonde/modules/arpa.nix
··· 1 1 {pkgs, config, ...}: { 2 2 services.nginx.virtualHosts."9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa" = { 3 - locations."/".index = pkgs.writeText "index.txt" '' 3 + locations."/".index = toString (pkgs.writeText "index.txt" '' 4 4 meow :3c 5 - ''; 5 + ''); 6 6 quic = true; 7 7 kTLS = true; 8 8 };