feat(update): new kernel, new container versions and temporarily moving to zfs_unstable in waiting for stable to catch up with new kernel

This commit is contained in:
2025-10-11 11:04:15 +02:00
parent e578a280db
commit 6b7ca2b194
6 changed files with 58 additions and 60 deletions

View File

@@ -68,7 +68,10 @@ in {
boot = {
supportedFilesystems = ["zfs"];
zfs.extraPools = ["data"];
zfs = {
package = pkgs.zfs_unstable;
extraPools = ["data"];
};
};
services.zfs = {