Compare commits

...

2 commits

Author SHA1 Message Date
030065e3a5
kariru: disable readarr
All checks were successful
flake check / check (push) Successful in 4m44s
fmt check / check (push) Successful in 43s
2024-01-07 18:05:10 -05:00
d94ac24b67
adguardhome: updates 2024-01-07 18:05:04 -05:00
3 changed files with 2 additions and 6 deletions

View file

@ -3,7 +3,7 @@ _: {
./filters.nix
./rewrites.nix
];
networking.firewall.allowedTCPPorts = [53 443 80 3000];
networking.firewall.allowedTCPPorts = [53 3000];
networking.firewall.allowedUDPPorts = [53];
services.adguardhome = {
enable = true;

View file

@ -18,7 +18,7 @@ _: {
answer = "192.168.1.189";
}
{
domain = "udm.internal.flake.s";
domain = "udm.internal.flake.sh";
answer = "192.168.1.1";
}
{

View file

@ -20,10 +20,6 @@
enable = true;
openFirewall = true;
};
services.readarr = {
enable = true;
openFirewall = true;
};
virtualisation.oci-containers.containers.whisparr = {
image = "hotio/whisparr:nightly-7b7bdb9";
ports = ["6969:6969"];