this repo has no description
4
fork

Configure Feed

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

feat: add index page to arpa domain

dusk bc336762 93f9a313

+4 -1
+4 -1
hosts/wolumonde/modules/arpa.nix
··· 1 - {config, ...}: { 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" '' 4 + meow :3c 5 + ''; 3 6 quic = true; 4 7 kTLS = true; 5 8 };