set services to default retooling

This commit is contained in:
2026-03-27 14:58:45 -05:00
parent 10b0ac6cea
commit fdca877096
10 changed files with 485 additions and 680 deletions

View File

@@ -1,8 +1,10 @@
{ config, pkgs, lib, ... }:
{
# Only enable what this machine needs
sovran_systemsOS.services.wordpress.enable = true;
sovran_systemsOS.services.nextcloud.enable = true;
sovran_systemsOS.services.synapse.enable = true;
# btcpayserver is NOT enabled — no domain file needed, no vhost created
}
# ── Disable services you don't want ─────────────
sovran_systemsOS.services.wordpress = false;
sovran_systemsOS.services.nextcloud = false;
# ── Enable features you do want ─────────────────
sovran_systemsOS.features.haven = true;
sovran_systemsOS.features.element-calling = true;
sovran_systemsOS.nostr_npub = "npub1abc123...";
}