aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/uranus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/uranus/default.nix')
-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 718549e..102d5a4 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_16;
+ kernelPackages = pkgs.linuxPackages_6_17;
loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
@@ -13,7 +13,7 @@
supportedFilesystems = [ "zfs" ];
zfs = {
devNodes = "/dev/disk/by-label";
- package = pkgs.zfs;
+ package = pkgs.zfs_unstable;
};
};