diff --git a/modules/common/boot.nix b/modules/common/boot.nix index dab3a52..3f72396 100644 --- a/modules/common/boot.nix +++ b/modules/common/boot.nix @@ -2,7 +2,10 @@ # Use the systemd-boot EFI boot loader. boot = { loader = { - systemd-boot.enable = true; + systemd-boot = { + enable = true; + netbootxyz.enable = true; + }; efi.canTouchEfiVariables = true; }; tmp.cleanOnBoot = true;