Recreated options

This commit is contained in:
Jurn Wubben 2025-08-29 11:05:27 +02:00
parent 0b839e082a
commit fc8178ed80
22 changed files with 325 additions and 205 deletions

View file

@ -1,14 +1,15 @@
#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
'';
};
# 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
# '';
# };
}