updated hub to remove units
This commit is contained in:
@@ -29,8 +29,6 @@ let
|
|||||||
{ name = "BTCPayserver"; unit = "btcpayserver.service"; type = "system"; })
|
{ name = "BTCPayserver"; unit = "btcpayserver.service"; type = "system"; })
|
||||||
++ (lib.optional cfg.services.synapse
|
++ (lib.optional cfg.services.synapse
|
||||||
{ name = "Matrix-Synapse"; unit = "matrix-synapse.service"; type = "system"; })
|
{ 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
|
++ (lib.optional cfg.services.vaultwarden
|
||||||
{ name = "VaultWarden"; unit = "vaultwarden.service"; type = "system"; })
|
{ name = "VaultWarden"; unit = "vaultwarden.service"; type = "system"; })
|
||||||
++ (lib.optional cfg.services.nextcloud
|
++ (lib.optional cfg.services.nextcloud
|
||||||
@@ -45,11 +43,8 @@ let
|
|||||||
{ name = "LiveKit"; unit = "livekit.service"; type = "system"; })
|
{ name = "LiveKit"; unit = "livekit.service"; type = "system"; })
|
||||||
# Always-on infrastructure
|
# Always-on infrastructure
|
||||||
++ [
|
++ [
|
||||||
{ name = "Caddy"; unit = "caddy.service"; type = "system"; }
|
{ name = "Caddy"; unit = "caddy.service"; type = "system"; }
|
||||||
{ name = "Tor"; unit = "tor.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"; }
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# ── Generate the config.json at build time ──
|
# ── Generate the config.json at build time ──
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ in
|
|||||||
"org/gnome/desktop/background" = {
|
"org/gnome/desktop/background" = {
|
||||||
picture-uri = "file:///run/current-system/sw/share/backgrounds/sovran/Wallpaper_Dark_Wide.png";
|
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-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";
|
primary-color = "#000000";
|
||||||
secondary-color = "#000000";
|
secondary-color = "#000000";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user