···293294- `network-interfaces.target` system target was removed as it has been deprecated for a long time. Use `network.target` instead.
29500296- `azure-cli` now has extension support. For example, to install the `aks-preview` extension, use
297298 ```nix
···293294- `network-interfaces.target` system target was removed as it has been deprecated for a long time. Use `network.target` instead.
295296+- `services.redis.vmOverCommit` now defaults to `true` and no longer enforces Transparent Hugepages (THP) to be disabled. Redis only works with THP configured to `madvise` which is the kernel's default.
297+298- `azure-cli` now has extension support. For example, to install the `aks-preview` extension, use
299300 ```nix