59 current 2024-04-23 21:25:46 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-04-23 21:25:55 -04:00
parent f0f327a3bb
commit 06c4d08186
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
2 changed files with 20 additions and 5 deletions

View file

@ -86,7 +86,8 @@ nixpkgs.config.allowUnfree = true;
"meyer" = import ./home.nix;
};
};
networking.nameservers = ["10.0.0.97" "1.1.1.1"];
# networking.nameservers = ["10.0.0.97" "1.1.1.1"];
networking.nameservers = ["10.0.0.97"];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [