Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/e966dd20-b74e-4ec5-b4db-68aa06129162 Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
41 lines
1.7 KiB
Nix
41 lines
1.7 KiB
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
###########################################################
|
|
# #
|
|
# Sovran_SystemsOS — custom.nix #
|
|
# #
|
|
# Services, features, and roles are managed by the #
|
|
# Sovran Hub. Any changes you make through the Hub #
|
|
# will appear in a Hub Managed section added #
|
|
# automatically below. #
|
|
# #
|
|
# If you want to add your own NixOS modules or #
|
|
# configuration, place them here — outside of the #
|
|
# Hub Managed section. #
|
|
# #
|
|
# After making changes, rebuild with: #
|
|
# #
|
|
# nixos-rebuild switch #
|
|
# #
|
|
###########################################################
|
|
|
|
# ─── Add your custom NixOS configuration below ───────────
|
|
|
|
# ─── Custom Caddy virtual hosts ──────────────────────────
|
|
# Uncomment and edit below to add your own Caddy sites:
|
|
#
|
|
# sovran_systemsOS.caddy.extraVirtualHosts = ''
|
|
# mysite.example.com {
|
|
# encode gzip zstd
|
|
# root * /var/lib/www/mysite
|
|
# php_fastcgi unix//run/phpfpm/mypool.sock
|
|
# file_server browse
|
|
# }
|
|
#
|
|
# anotherdomain.com {
|
|
# reverse_proxy localhost:9090
|
|
# }
|
|
# '';
|
|
|
|
} |