From 2de189c95b0834af707d5f3526f569be2c23076a Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:11:18 +0100 Subject: [PATCH] main-homelab: fix redundant definition --- hosts/main-homelab/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/main-homelab/configuration.nix b/hosts/main-homelab/configuration.nix index 7008700..3bde88c 100644 --- a/hosts/main-homelab/configuration.nix +++ b/hosts/main-homelab/configuration.nix @@ -33,10 +33,6 @@ containers.lidarr.enable = lib.mkForce true; }; - boot.kernelPackages = pkgs.linuxPackages_latest; - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "veneficium-main-homelab-nixos"; networking.networkmanager.enable = true;