rotterdam can now reboot to qubes

This commit is contained in:
William 2024-03-28 21:58:08 -03:00
parent 95626be984
commit 2a0a5ba73f
2 changed files with 27 additions and 13 deletions

View file

@ -11,10 +11,10 @@
loader = {
efi.efiSysMountPoint = "/boot/efi";
systemd-boot = {
sortKey = "a_nixos";
sortKey = "aa";
netbootxyz = {
enable = true;
sortKey = "z_netbootxyz";
sortKey = "zz";
};
};
};