diff --git a/system/hosts/mcp/configuration.nix b/system/hosts/mcp/configuration.nix index 66c5d59..2051e33 100644 --- a/system/hosts/mcp/configuration.nix +++ b/system/hosts/mcp/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { imports = [ ./vars.nix @@ -16,9 +16,6 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - # Set the kernel to be compatible with ZFS - boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; - networking.hostName = "mcp"; # Define your hostname. networking.hostId = "5e292f2d"; # Define a host ID for ZFS with `head -c 8 /etc/machine-id` # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.