Skip to content

Commit

Permalink
common: add workaround for archive.today
Browse files Browse the repository at this point in the history
  • Loading branch information
Atemu committed Mar 17, 2024
1 parent 5a6b984 commit 84e9c6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,9 @@ in

# Makes Docker socket activated, only starting it after I use it once
systemd.services.docker.wantedBy = lib.mkIf config.virtualisation.docker.enable (lib.mkForce [ ]);

networking.hosts."23.137.248.133" = [
# archive.today and friends play dirty with DNS
"archive.today" "archive.fo" "archive.is" "archive.li" "archive.md" "archive.ph" "archive.vn"
];
}

0 comments on commit 84e9c6a

Please sign in to comment.