From 7c544320de12e0aefb0ddb6cb287ffd4ea38387f Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 29 Apr 2024 12:18:49 -0500 Subject: [PATCH] Remove. --- nixos/telperion/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/telperion/configuration.nix b/nixos/telperion/configuration.nix index 90d54ca..8e0d3a9 100644 --- a/nixos/telperion/configuration.nix +++ b/nixos/telperion/configuration.nix @@ -24,10 +24,7 @@ }; }; - environment.etc."bind/zones/jahanson.tech.zone" = { - - }; - + # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;