Skip to content

Commit

Permalink
chore(pc): removed raspberry pi nameservers
Browse files Browse the repository at this point in the history
Temporally my pihole was crashed for some reasons and I don't have
enough time to fix it. I removed pihole's nameserver and revert the
changes later
  • Loading branch information
Wittano committed Dec 12, 2024
1 parent 91753ef commit 5741ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/pc/networking.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with lib;
prefixLength = 24;
}
];
nameservers = [ "192.168.1.8" "1.1.1.1" ];
nameservers = [ "1.1.1.1" ];
defaultGateway = mkIf config.hardware.virtualization.wittano.enableWindowsVM {
address = "192.168.1.1";
interface = "eno1";
Expand Down

0 comments on commit 5741ae3

Please sign in to comment.