aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/uranus
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/uranus')
-rw-r--r--hosts/uranus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/uranus/default.nix b/hosts/uranus/default.nix
index d1c591e..52db18f 100644
--- a/hosts/uranus/default.nix
+++ b/hosts/uranus/default.nix
@@ -4,7 +4,7 @@
#kernel.sysctl = {
# "net.ipv4.ip_forward" = true;
#};
- kernelPackages = pkgs.linuxPackages_6_18;
+ kernelPackages = pkgs.master.linuxPackages_7_0;
loader = {
efi.canTouchEfiVariables = true;
systemd-boot = {
@@ -17,7 +17,7 @@
zfs = {
devNodes = "/dev/disk/by-label";
forceImportRoot = false;
- package = pkgs.zfs_2_4;
+ package = pkgs.master.zfs_2_4;
};
};