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;