Skip to content

Commit

Permalink
[nixos/x220] add fritz.box to /etc/hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Jul 22, 2024
1 parent 171622a commit 9f47866
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/x220/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ PXXg2VN1AN9QqCQox8Rki3p74ATVuzGc7t5228bG2NmTZ3YcE0SduRTQObxmBYSf
"152.53.0.129#adguard.pascal-wittmann.de"
];

networking.hosts = {
"192.168.178.1" = [ "fritz.box" ];
};

# Cron.
services.cron.enable = true;
services.cron.mailto = "pascal";
Expand Down

0 comments on commit 9f47866

Please sign in to comment.