From c95102b888dca631783bcd15bb963c17388fd051 Mon Sep 17 00:00:00 2001 From: mir Date: Mon, 18 Mar 2024 23:54:21 -0800 Subject: [PATCH] move pixiecore into new services file --- configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 2081397..b3adc60 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,13 +75,6 @@ gnome-maps gnome-contacts ]; - # netboot server; disabled and broken - services.pixiecore = { - enable = false; - openFirewall = true; - dhcpNoBind = true; - kernel = "https://boot.netboot.xyz"; - }; # Enable CUPS to print documents. services.printing.enable = true;