Compare commits
No commits in common. "fb0b36b2009b4a56107dc6114358a1180680beb4" and "efc38dac8f8bbc543332445f50a13a1f4f0fcc7a" have entirely different histories.
fb0b36b200
...
efc38dac8f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
@ -16,6 +16,7 @@
|
|||
# boot.kernelParams = [ "video=VGA-1:1024x768@30" ];
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
|
||||
services.zfs = {
|
||||
trim.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue