move to dns.nix

This commit is contained in:
Satria 2026-03-02 15:22:01 +07:00
commit 8de4110dfe
2 changed files with 11 additions and 7 deletions

View file

@ -8,9 +8,4 @@
./homelab/idp.nix
./base.nix
];
networking = {
networkmanager.dns = "none";
nameservers = lib.mkForce [ "127.0.0.1" ];
};
}