aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/fangorn/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/fangorn/default.nix')
-rw-r--r--hosts/fangorn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/fangorn/default.nix b/hosts/fangorn/default.nix
index 0ae189d..cdf30af 100644
--- a/hosts/fangorn/default.nix
+++ b/hosts/fangorn/default.nix
@@ -1,6 +1,6 @@
{ config, inputs, lib, outputs, pkgs, ... }: {
boot = {
- kernelPackages = pkgs.linuxPackages_6_18;
+ kernelPackages = pkgs.master.linuxPackages_7_0;
loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {
@@ -13,7 +13,7 @@
zfs = {
devNodes = "/dev/disk/by-label";
forceImportRoot = false;
- package = pkgs.zfs_2_4;
+ package = pkgs.master.zfs_2_4;
};
};