feat(nixos): faster reboots

This commit is contained in:
Oliver Davies 2023-06-15 19:33:41 +01:00
parent 9c2da9d353
commit 1af1dc3fb7

View file

@ -36,7 +36,9 @@ in
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.kernelPackages = pkgs.linuxPackages_latest;
systemd.extraConfig = ''
DefaultTimeoutStopSec=10s
'';
networking.hostName = "nixedo"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.