{pkgs, ...}: {
  nix = {
    package = pkgs.lix;

    settings = {
      trusted-users = [
        "root"
        "@wheel"
      ];
    };
  };
}