refactor(hyprland): update monitor configuration and rendering settings
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

feat(apps): enable jellyflix and add jellyfin-mpv-shim and jellytui
fix(caddy): update dependencies for sops service on ryu and tsuba
This commit is contained in:
uttarayan21
2025-10-11 11:20:05 +05:30
parent e4c43c2001
commit c7b7d2a758
5 changed files with 37 additions and 10 deletions

View File

@@ -36,8 +36,8 @@
systemd.services.caddy = {
serviceConfig = {
EnvironmentFile = config.sops.templates."HETZNER_API_KEY.env".path;
Requires = ["sops.service"];
After = ["sops.service"];
Requires = ["sops-install-secrets.service"];
After = ["sops-install-secrets.service"];
};
};
}