diff --git a/hosts/nyx/configuration.nix b/hosts/nyx/configuration.nix index 414f310..be40c98 100644 --- a/hosts/nyx/configuration.nix +++ b/hosts/nyx/configuration.nix @@ -19,6 +19,11 @@ }; efi.canTouchEfiVariables = true; }; + # supportedFilesystems = [ "zfs" ]; + # zfs = { + # forceImportRoot = false; + # package = pkgs.zfs_unstable; + # }; kernelPackages = pkgs.linuxPackages_zen; kernel = { sysctl ={ @@ -35,6 +40,7 @@ networking = { hostName = "nyx"; + hostId = builtins.substring 0 8 (builtins.hashString "md5" config.networking.hostName); networkmanager.enable = true; stevenblack = { enable = true;