diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-09-16 00:06:38 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-09-16 00:06:38 -0700 |
| commit | dff3d4a576a4b7aaf31ba00eef01e21708280566 (patch) | |
| tree | 27bc6cf72a349dc6154466c329257ba3ac6424e9 /hosts/ginaz/default.nix | |
| parent | cff0cd3b2c044158b8f5b74b7b16212bebc40d08 (diff) | |
| download | nix-dff3d4a576a4b7aaf31ba00eef01e21708280566.tar nix-dff3d4a576a4b7aaf31ba00eef01e21708280566.tar.gz nix-dff3d4a576a4b7aaf31ba00eef01e21708280566.tar.bz2 nix-dff3d4a576a4b7aaf31ba00eef01e21708280566.tar.lz nix-dff3d4a576a4b7aaf31ba00eef01e21708280566.tar.xz nix-dff3d4a576a4b7aaf31ba00eef01e21708280566.tar.zst nix-dff3d4a576a4b7aaf31ba00eef01e21708280566.zip | |
Bump kernel to master branch version
Diffstat (limited to '')
| -rw-r--r-- | hosts/ginaz/default.nix | 4 |
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; }; }; |
