updated hub to remove units
This commit is contained in:
@@ -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
|
||||
@@ -47,9 +45,6 @@ let
|
||||
++ [
|
||||
{ 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"; }
|
||||
];
|
||||
|
||||
# ── Generate the config.json at build time ──
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user