diff --git a/modules/core/sovran-hub.nix b/modules/core/sovran-hub.nix index 04a0a57..e692376 100644 --- a/modules/core/sovran-hub.nix +++ b/modules/core/sovran-hub.nix @@ -29,8 +29,6 @@ let { name = "BTCPayserver"; unit = "btcpayserver.service"; type = "system"; }) ++ (lib.optional cfg.services.synapse { name = "Matrix-Synapse"; unit = "matrix-synapse.service"; type = "system"; }) - ++ (lib.optional cfg.services.synapse - { name = "Coturn"; unit = "coturn.service"; type = "system"; }) ++ (lib.optional cfg.services.vaultwarden { name = "VaultWarden"; unit = "vaultwarden.service"; type = "system"; }) ++ (lib.optional cfg.services.nextcloud @@ -45,11 +43,8 @@ let { name = "LiveKit"; unit = "livekit.service"; type = "system"; }) # Always-on infrastructure ++ [ - { name = "Caddy"; unit = "caddy.service"; type = "system"; } - { name = "Tor"; unit = "tor.service"; type = "system"; } - { name = "PostgreSQL"; unit = "postgresql.service"; type = "system"; } - { name = "Fail2Ban"; unit = "fail2ban.service"; type = "system"; } - { name = "SSH"; unit = "sshd.service"; type = "system"; } + { name = "Caddy"; unit = "caddy.service"; type = "system"; } + { name = "Tor"; unit = "tor.service"; type = "system"; } ]; # ── Generate the config.json at build time ── diff --git a/modules/core/sovran_systemsos-desktop.nix b/modules/core/sovran_systemsos-desktop.nix index 90118ea..a192a58 100644 --- a/modules/core/sovran_systemsos-desktop.nix +++ b/modules/core/sovran_systemsos-desktop.nix @@ -31,7 +31,7 @@ in "org/gnome/desktop/background" = { picture-uri = "file:///run/current-system/sw/share/backgrounds/sovran/Wallpaper_Dark_Wide.png"; picture-uri-dark = "file:///run/current-system/sw/share/backgrounds/sovran/Wallpaper_Dark_Wide.png"; - picture-options = "zoom"; # Options: none, centered, scaled, stretched, zoom, spanned + picture-options = "zoom"; primary-color = "#000000"; secondary-color = "#000000"; };