❄️ Nix configurations
0
fork

Configure Feed

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

add basic caddy

A.Ottr b36ec820 24041733

+11
+10
nixos/ferret/caddy.nix
··· 1 + { pkgs, ... }: 2 + 3 + { 4 + services.caddy = { 5 + enable = true; 6 + virtualHosts."localhost".extraConfig = '' 7 + respond "OK" 8 + ''; 9 + }; 10 + }
+1
nixos/ferret/default.nix
··· 5 5 ./configuration.nix 6 6 ./hardware-configuration.nix 7 7 ./media.nix 8 + ./caddy.nix 8 9 ]; 9 10 10 11 security.polkit.enable = true;