ookiiBoy

joined 5 months ago
[–] ookiiBoy@lemmy.blahaj.zone 3 points 3 months ago

Here's how I do it. Tear the container, start biting.

[–] ookiiBoy@lemmy.blahaj.zone 34 points 3 months ago (2 children)

Glad you had a good time. I understand. :(

[–] ookiiBoy@lemmy.blahaj.zone 1 points 4 months ago

Yeah. Fuck blink.

[–] ookiiBoy@lemmy.blahaj.zone 1 points 4 months ago

I guess so. :(

[–] ookiiBoy@lemmy.blahaj.zone 5 points 4 months ago

I love the fact that the car will continue to degrade, but the head will remain.

[–] ookiiBoy@lemmy.blahaj.zone 2 points 4 months ago

Most of the time you don't need docker. NixOS isolates runtimes.

That being said, you could use nix to build the docker container, and then run it using the built-in oci-container options.

[–] ookiiBoy@lemmy.blahaj.zone 3 points 4 months ago (1 children)

It could be you! (L)

[–] ookiiBoy@lemmy.blahaj.zone 2 points 4 months ago* (last edited 4 months ago) (3 children)

How do you host your DNS sinkhole/resolver?

Like this, baby:

services.adguardhome = {
      enable = true;
      mutableSettings = false;
      openFirewall = true;
      settings = {
        dns = {
          # Web Interface
          bootstrap_dns = ["9.9.9.9" "149.112.112.112"];
          upstream_dns = ["https://dns.quad9.net/dns-query"];
          fallback_dns = ["tls://dns.quad9.net"];
        };
        filters = [
          {
            name = "AdGuard DNS filter";
            url = "https://adguardteam.github.io/HostlistsRegistry/assets/filter_1.txt";
            enabled = true;
          }
        ];
        filtering = {
          blocked_services = {
            ids = [
            ];
          };
          protection_enabled = true;
          filtering_enabled = true;
          rewrites = [
          ];
        };

Deploy to the main home server, and the backup instance. NixOS is fucking awesome. No sync tool needed.

[–] ookiiBoy@lemmy.blahaj.zone 0 points 4 months ago (1 children)
[–] ookiiBoy@lemmy.blahaj.zone 2 points 4 months ago

No, my friend. For it is true.

[–] ookiiBoy@lemmy.blahaj.zone 1 points 4 months ago

Dang. That's cool.

view more: ‹ prev next ›