{ lib, pkgs, ... }: { mySystem = { security.wheelNeedsSudoPassword = false; }; boot = { loader = { systemd-boot.enable = true; efi = { canTouchEfiVariables = true; }; }; }; networking = { useDHCP = lib.mkDefault true; }; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }