This commit is contained in:
OCbwoy3
2024-12-15 01:23:48 +02:00
parent 69c60fb1e3
commit 88a7722293
3 changed files with 25 additions and 5 deletions

View File

@@ -2,6 +2,9 @@
{
# using cloudflare dns instead of apollo.lv (which might be spying)
networking.nameservers = [ "1.1.1.1" "1.0.0.1" ];
networking.hostName = "nixos";
networking.networkmanager.enable = true;