cache
This commit is contained in:
10
hosts/tahani/cache.nix
Normal file
10
hosts/tahani/cache.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{...}: {
|
||||||
|
services.caddy.virtualHosts."cache.manticore-hippocampus.ts.net" = {
|
||||||
|
extraConfig = ''
|
||||||
|
tls {
|
||||||
|
get_certificate tailscale
|
||||||
|
}
|
||||||
|
reverse_proxy localhost:32843
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -6,6 +6,7 @@
|
|||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./adguardhome.nix
|
./adguardhome.nix
|
||||||
|
./cache.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
./paperless.nix
|
./paperless.nix
|
||||||
./secrets.nix
|
./secrets.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user