Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Add caddy for shizuri, bzip and 7z

+10
+3
default-home.nix
··· 45 45 pass 46 46 tmux 47 47 age 48 + bzip2 49 + bzip3 50 + p7zip 48 51 49 52 # Dev tools 50 53 gcc
+7
host-specific/shizuri/services.nix
··· 28 28 defaultWindowManager = "${pkgs.lxqt.lxqt-session}/bin/lxqt-session"; 29 29 }; 30 30 services.tailscale.useRoutingFeatures = "both"; 31 + services.tailscale.permitCertUid = "caddy"; 32 + services.caddy = { 33 + enable = true; 34 + virtualHosts."shizuri.tail2d94b.ts.net".extraConfig = '' 35 + reverse_proxy 127.0.0.1:1234 36 + ''; 37 + }; 31 38 32 39 # Containers and VMs 33 40 virtualisation = {