Set up bootloader and networking for lappy and general.

This commit is contained in:
jay
2025-06-29 19:10:12 -04:00
parent d37a350ca6
commit 82a93404ae
6 changed files with 54 additions and 24 deletions

View File

@@ -10,19 +10,11 @@
./hardware-configuration.nix
./programs/sof-firmware.nix
./services/touchpad.nix
./system/bootloader.nix
./system/filesystems.nix
./system/networking.nix
];
# Use the systemd-boot EFI boot loader.
nixpkgs.hostPlatform = "x86_64-linux";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Use latest kernel.
boot.kernelPackages = pkgs.linuxPackages_latest;
system.stateVersion = "25.05"; # Did you read the comment?
}