fmt & lint

This commit is contained in:
root 2025-11-08 13:41:28 +00:00
parent 1310c4cb61
commit f8dae38bf5
2 changed files with 13 additions and 6 deletions

View file

@ -71,7 +71,11 @@
networking.resolvconf.dnsExtensionMechanism = false; networking.resolvconf.dnsExtensionMechanism = false;
networking.firewall.allowedTCPPorts = [5222 5269 5281 5000]; networking.firewall.allowedTCPPorts = [5222 5269 5281 5000];
systemd.services.caddy.serviceConfig.SupplementaryGroups = ["acme"]; systemd.services = {
systemd.services.prosody.serviceConfig.SupplementaryGroups = ["acme"]; caddy.serviceConfig.SupplementaryGroups = ["acme"];
systemd.services.prosody.serviceConfig.EnvironmentFile = config.age.secrets."prosody.env".path; prosody.serviceConfig = {
SupplementaryGroups = ["acme"];
EnvironmentFile = config.age.secrets."prosody.env".path;
};
};
} }

View file

@ -1,5 +1,8 @@
{config, pkgs, ...}: {
let config,
pkgs,
...
}: let
distrust-homepage = import ../homepage/default.nix {inherit pkgs;}; distrust-homepage = import ../homepage/default.nix {inherit pkgs;};
in { in {
age.secrets."hidden_service/site" = { age.secrets."hidden_service/site" = {