Skip to content

Commit

Permalink
fix(mixins/default): use 2 nameservers instead of 4
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Dec 15, 2023
1 parent 5a7b4e1 commit befd9ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mixins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
./tailscale.nix
];

system.stateVersion = "23.05";
system.stateVersion = "23.11";

documentation.nixos.enable = false;

Expand All @@ -22,11 +22,12 @@
insertNameservers = [
# dns0.eu
"193.110.81.0"
"185.253.5.0"
# quad9
"9.9.9.9"
"149.112.112.112"
];
extraConfig = ''
systemd-resolved=false
'';
};
useDHCP = lib.mkDefault true;
};
Expand Down

0 comments on commit befd9ac

Please sign in to comment.