This commit is contained in:
Henry Hiles 2026-05-06 20:06:46 -04:00
commit 6942f0759e
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
6 changed files with 90 additions and 85 deletions

View file

@ -16,4 +16,5 @@
};
environment.etc."resolv.conf".text = lib.mkForce "nameserver 127.0.0.1";
networking.resolvconf.enable = false;
}

View file

@ -1,2 +1,4 @@
{ }
# {pkgs, ...}: {nix.package = pkgs.lix;}
{ inputs, pkgs, ... }:
{
nix.package = inputs.nixpkgs-master.legacyPackages.${pkgs.stdenv.hostPlatform.system}.lix;
}