sytemd boot laptop

This commit is contained in:
joygnu 2024-08-18 10:45:03 +02:00
parent 0dcd733ba4
commit 3635d16e33

View file

@ -3,21 +3,8 @@
networking.hostName = "laptop";
networking.networkmanager.enable = true;
boot.loader = {
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi"; # ← use the same mount point here.
};
grub = {
efiSupport = true;
device = "nodev";
};
};
boot.loader.systemd-boot.enable = true;
environment.systemPackages = with pkgs; [
prismlauncher
];
imports = [
../../modules
./hardware.nix