15 lines
319 B
Nix
15 lines
319 B
Nix
#WARNING: deprecated
|
|
{
|
|
# config,
|
|
# pkgs,
|
|
# lib,
|
|
# inputs,
|
|
# ...
|
|
# }: {
|
|
# config = lib.mkIf config.niksos.server {
|
|
# # NOTE: allows me to spin up temporarily services.
|
|
# services.caddy.virtualHosts."temp.jsw.tf".extraConfig = ''
|
|
# reverse_proxy :8000
|
|
# '';
|
|
# };
|
|
}
|