From d99d9a021b2d726aff6107f54d77751a44d0d00b Mon Sep 17 00:00:00 2001 From: baduhai Date: Fri, 16 Dec 2022 13:19:18 -0300 Subject: [PATCH] Couldn't fix nettboot.xyz issue --- hosts/common/boot.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/common/boot.nix b/hosts/common/boot.nix index 7ca6a54..235a3ac 100644 --- a/hosts/common/boot.nix +++ b/hosts/common/boot.nix @@ -8,10 +8,6 @@ systemd-boot = { enable = true; editor = false; - netbootxyz = { - enable = true; - entryFilename = "z_netbootxyz.conf"; - }; }; }; };