nix flake update and warnings fixes.
This commit is contained in:
parent
fd79b1e2a2
commit
7784c07a01
7 changed files with 118 additions and 113 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue