This commit is contained in:
Elnu 2025-03-26 10:42:37 -07:00
parent e5f2d96e8e
commit 806b368f55
4 changed files with 36 additions and 12 deletions

View file

@ -16,7 +16,6 @@
};
nixpkgs.config.allowUnfree = true;
programs.git.enable = true;
nix = {
package = pkgs.nixVersions.stable; # flakes
@ -25,13 +24,8 @@
networking = {
networkmanager.enable = true;
# networking.nameservers doesn't apply to resolvconf
# nameservers = [ "9.9.9.9" "1.1.1.1" ];
resolvconf.extraConfig = "name_servers=\"9.9.9.9 1.1.1.1\"";
# Temporary since MagicDNS is broken
hosts = {
"192.168.1.168" = [ "elnuhub.local" ];
};
resolvconf.enable = true;
# DNS servers managed by tailscale
};
# This value determines the NixOS release from which the default