defiant: Update to NixOS 24.11

This commit is contained in:
Felix Albrigtsen 2024-12-01 11:05:19 +01:00
parent 8b6089f014
commit 6ef0bd704d
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -17,11 +17,11 @@ in {
settings = { settings = {
cache = "local"; cache = "local";
hostname = "iam.feal.no"; hostname = "iam.feal.no";
hostname-strict-backchannel = true; hostname-backchannel-dynamic = false;
http-enable = true; http-enable = true;
http-host = "127.0.1.2"; http-host = "127.0.1.2";
http-port = 5060; http-port = 5060;
proxy = "edge"; proxy-headers = "xforwarded";
}; };
}; };