aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/ginaz/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix
index c691fba..fa7756d 100644
--- a/hosts/ginaz/default.nix
+++ b/hosts/ginaz/default.nix
@@ -2,7 +2,7 @@
boot = {
#blacklistedKernelModules = [ "nouveau" ];
initrd.kernelModules = [ "amdgpu" "zfs" ];
- kernelPackages = pkgs.linuxPackages_7_2;
+ kernelPackages = pkgs.master.linuxPackages_7_2;
loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {
@@ -14,7 +14,7 @@
supportedFilesystems = [ "zfs" ];
zfs = {
forceImportRoot = false;
- package = pkgs.zfs_2_4;
+ package = pkgs.master.zfs_2_4;
};
};