From fef451bd075aabfc15331ff12defa6cc285b1c35 Mon Sep 17 00:00:00 2001 From: baduhai Date: Fri, 16 Dec 2022 13:08:23 -0300 Subject: [PATCH] netboot.xyz is introducing some issues --- hosts/common/boot.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/common/boot.nix b/hosts/common/boot.nix index f581993..235a3ac 100644 --- a/hosts/common/boot.nix +++ b/hosts/common/boot.nix @@ -8,7 +8,6 @@ systemd-boot = { enable = true; editor = false; - netbootxyz.enable = true; }; }; };