Recreated options
This commit is contained in:
parent
0b839e082a
commit
fc8178ed80
22 changed files with 325 additions and 205 deletions
|
|
@ -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
|
||||
# '';
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue