Update petalburg to systemd-boot

This commit is contained in:
Aly Raffauf 2024-03-02 13:56:46 -05:00 committed by GitHub
parent 45bbf40116
commit 0c5cf9c049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.