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