fix invidious
This commit is contained in:
parent
5a0aad29c5
commit
eb543b933e
5 changed files with 16 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -21,7 +21,9 @@ in
|
|||
ports = [
|
||||
"192.168.1.202:5380:5380"
|
||||
"192.168.1.202:53:53"
|
||||
"192.168.1.202:53:53/udp"
|
||||
"[fd00:192:168:1::202]:53:53"
|
||||
"[fd00:192:168:1::202]:53:53/udp"
|
||||
"[fd00:192:168:1::202]:5380:5380"
|
||||
];
|
||||
volumes = [ "config:/etc/dns" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue