Add netbootxyz to odyssey

This commit is contained in:
2023-05-20 20:27:53 +01:00
parent 63109a2a9f
commit 64ed7d4e8e

View File

@ -7,8 +7,11 @@ with lib.my;
../desktop.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.graceful = true;
boot.loader.systemd-boot = {
enable = true;
graceful = true;
netbootxyz.enable = true;
};
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "odyssey";