1
0
Fork 0

fix invidious

This commit is contained in:
Philipp 2025-04-12 01:20:35 +02:00
parent 5a0aad29c5
commit eb543b933e
Signed by: Philipp
SSH key fingerprint: SHA256:NPOUHRi6lIhz8G0Fe4sZEfki7uFZ1nju8NxnkCvb8tA
5 changed files with 16 additions and 7 deletions

View file

@ -1,7 +1,6 @@
{
lib,
config,
pkgs,
namespace,
...
}:
@ -25,6 +24,11 @@ in
file_server
'';
};
":1339" = {
extraConfig = ''
reverse_proxy 192.168.1.241:3080
'';
};
":8686" = {
extraConfig = ''
root * /var/lib/caddy/cinny

View file

@ -29,12 +29,14 @@ in
services.restic.backups = {
borgbase = {
initialize = true;
exclude = [ "/home/*/.cache" ];
exclude = [
"/home/*/.cache"
];
passwordFile = "/run/secrets/restic_password";
repositoryFile = "/run/secrets/restic_url";
paths = [
"/home"
"/var/lib/"
"/var/lib/caddy"
];
timerConfig = {
OnCalendar = "00:10";