nix flake update and warnings fixes.

This commit is contained in:
Gabe Venberg 2024-09-28 00:04:19 +02:00
parent fd79b1e2a2
commit 7784c07a01
7 changed files with 118 additions and 113 deletions

View file

@ -93,7 +93,6 @@ inputs.nixpkgs.lib.nixosSystem {
# loader.grub.enable = true;
loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true;
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
supportedFilesystems.zfs = true;
initrd.supportedFilesystems.zfs = true;
};