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"; + }; }; }; };