From 64ed7d4e8e498bc04948362f00dd9a993cf3576d Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 20 May 2023 20:27:53 +0100 Subject: [PATCH] Add netbootxyz to odyssey --- hosts/odyssey/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/odyssey/default.nix b/hosts/odyssey/default.nix index 35be1e5..1e58ac3 100644 --- a/hosts/odyssey/default.nix +++ b/hosts/odyssey/default.nix @@ -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";