From a15bdd8cf591baa1375bd6f8bf925715fd75b932 Mon Sep 17 00:00:00 2001 From: baduhai Date: Fri, 16 Dec 2022 13:14:26 -0300 Subject: [PATCH] Potential fix for netboot.xyz problem --- hosts/common/boot.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/common/boot.nix b/hosts/common/boot.nix index 235a3ac..7ca6a54 100644 --- a/hosts/common/boot.nix +++ b/hosts/common/boot.nix @@ -8,6 +8,10 @@ systemd-boot = { enable = true; editor = false; + netbootxyz = { + enable = true; + entryFilename = "z_netbootxyz.conf"; + }; }; }; };