defiant: update to nixos 26.05

This commit is contained in:
2026-05-31 22:04:48 +02:00
parent ebbc271378
commit ffc0cb5222
5 changed files with 25 additions and 14 deletions
+5 -1
View File
@@ -3,7 +3,11 @@
# Boot drives are defined in ./hardware-configuration.nix
boot = {
zfs.extraPools = [ "tank" ];
zfs = {
extraPools = [ "tank" ];
forceImportRoot = false;
};
supportedFilesystems = [ "zfs" ];
};
services.prometheus.exporters.zfs.enable = true;