defiant: Update to NixOS 24.11

This commit is contained in:
2024-12-01 11:05:19 +01:00
parent b4b74227c3
commit 1b0b37c13c
2 changed files with 5 additions and 6 deletions

View File

@@ -5,7 +5,6 @@
boot = {
zfs.extraPools = [ "tank" ];
supportedFilesystems = [ "zfs" ];
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
};
services.prometheus.exporters.zfs.enable = true;