mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
Update petalburg to systemd-boot
This commit is contained in:
parent
45bbf40116
commit
0c5cf9c049
|
@ -10,10 +10,10 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.grub.useOSProber = false;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "petalburg"; # Define your hostname.
|
||||
|
||||
|
|
Loading…
Reference in a new issue