1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix(installer): use systemd-boot to work around recent grub bug that breaks EFI

This commit is contained in:
oddlama 2023-09-04 16:17:51 +02:00
parent 3358f2798f
commit d138154633
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -6,6 +6,8 @@
console.keyMap = "de-latin1-nodeadkeys";
boot.loader.systemd-boot.enable = true;
users.users.root = {
password = "nixos";
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA5Uq+CDy5Pmt3If5M6d8K/Q7HArU6sZ7sgoj3T521Wm"];