nixos-config/hosts/vulpecula-vps/services/cryptpad.nix

8 lines
192 B
Nix
Raw Permalink Normal View History

2025-01-28 10:01:25 +01:00
{config, ...}: {
2025-02-03 12:31:12 +01:00
# services.nginx.virtualHosts." ryptpad.vulpecula.zone" = {
2025-01-28 10:01:25 +01:00
# addSSL = true;
# enableACME = true;
# locations."/".proxyPass = "http://localhost:62106";
# };
}