feat: rebuit neuromancer to make it be able to be rebooted

This commit is contained in:
silver 2023-11-15 20:15:53 +00:00
parent 6ea0240a3a
commit 4a95e48179
37 changed files with 109 additions and 104 deletions

View file

@ -11,10 +11,6 @@ with lib; let
has_ip = interface: (length config.networking.interfaces."${interface}".ipv4.addresses) != 0;
in {
config = {
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
assertions = [
{
assertion = lists.any has_ip interfaces;