switching the boot bits to desktop.nix

This commit is contained in:
Chris Cochrun 2023-01-06 15:00:24 -06:00
parent 05c0759db3
commit 1a6ae2b8e2
2 changed files with 11 additions and 11 deletions

View file

@ -13,17 +13,6 @@
networking.hostName = "kaladin"; # Define your hostname.
# Use the systemd-boot EFI boot loader.
boot = {
kernelPackages = pkgs.linuxPackages_zen;
kernelParams = [ "mem_sleep_default=deep" ];
# initrd.kernelModules = [ "amdgpu" ];
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
};
};
networking.interfaces.enp0s31f6.useDHCP = true;
networking.interfaces.wlp7s0.useDHCP = true;