chore(3p/sources): bump channels & overlays (2024-03-07)

* tazjin/nixos: remove unstable ZFS from tverskoy
* skipped agenix update as usual

Change-Id: I21dca17415c147d702ecc14a6c7f1c553ad62b84
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11095
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2024-03-07 15:39:11 +03:00 committed by clbot
parent 16a7c4a1be
commit 22455cc62c
2 changed files with 18 additions and 19 deletions

View file

@ -44,7 +44,6 @@ lib.fix (self: {
kernelPackages = pkgs.zfsUnstable.latestCompatibleLinuxPackages;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
zfs.enableUnstable = true;
};
virtualisation.docker.enable = true;