From 29b1b862860b096f193cc49d2fd312eb77edc222 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 30 Jun 2026 21:55:42 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 6f5862d..305f6ee 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -21,7 +21,7 @@ # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; - boot.zfs.package = config.boot.kernelPackages.zfs; + boot.zfs.package = pkgs.zfs; #boot.zfs.enabled = true; # Mount server data #fileSystems."/srv" = {