mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 21:16:14 +01:00
bootloader change
This commit is contained in:
@@ -11,7 +11,13 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
# boot.loader.systemd-boot.enable = true;
|
||||||
|
boot.loader.grub = {
|
||||||
|
enable = true;
|
||||||
|
useOSProber = true;
|
||||||
|
device = "/dev/nvme0n1";
|
||||||
|
efiSupport = true;
|
||||||
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "zion"; # Define your hostname.
|
networking.hostName = "zion"; # Define your hostname.
|
||||||
|
|||||||
Reference in New Issue
Block a user