From fc4607ec20ae60907a7b980f146566b41e320b71 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 29 May 2024 21:07:09 +0200 Subject: prepare for ZFS --- mini/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mini') diff --git a/mini/configuration.nix b/mini/configuration.nix index 44881cc..23f103c 100644 --- a/mini/configuration.nix +++ b/mini/configuration.nix @@ -17,10 +17,10 @@ # amd graphics hardware.opengl.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ]; - # our hostname + # our hostname and an ID for ZFS networking.hostName = "mini"; + networking.hostId = "e925ccfb"; - # use NetworkManager - networking.useDHCP = false; - networking.networkmanager.enable = true; + # classic dhcpcd + networking.networkmanager.enable = false; } -- cgit v1.2.3