forked from mirrors_public/oddlama_nix-config
fix(installer): use systemd-boot to work around recent grub bug that breaks EFI
This commit is contained in:
parent
3358f2798f
commit
d138154633
1 changed files with 2 additions and 0 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue