diff --git a/nixos/common.nix b/nixos/common.nix index ee28a0d3..6bd0994e 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -37,6 +37,8 @@ shell = pkgs.zsh; }; + networking.nameservers = [ "91.239.100.100" "89.233.43.71" "1.1.1.1" "8.8.8.8" ]; + networking.hosts = { "10.11.99.1" = [ "remarkable" ]; };