fixed roles

This commit is contained in:
2026-03-27 15:42:21 -05:00
parent adc1efc811
commit 29493f7caf
3 changed files with 40 additions and 13 deletions

View File

@@ -50,11 +50,19 @@
rdp = lib.mkEnableOption "Gnome Remote Desktop";
};
# ── Web exposure (controls Caddy vhosts) ──────────────────
web = {
btcpayserver = lib.mkOption {
type = lib.types.bool;
default = true;
description = "Expose BTCPay Server via Caddy (service still runs via nix-bitcoin regardless)";
};
};
nostr_npub = lib.mkOption {
type = lib.types.str;
default = "";
description = "Nostr public key (npub1...) for Haven relay";
};
};
}