hardware-configuration.nix (290B)
1 # Do not modify this file! It was generated by ‘nixos-generate-config’ 2 # and may be overwritten by future invocations. Please make changes 3 # to /etc/nixos/configuration.nix instead. 4 { config, lib, pkgs, ... }: 5 6 { 7 imports = [ ]; 8 9 boot.loader.grub.version = 2; 10 nix.maxJobs = 8; 11 }