modules/nixos/common: switch to zfs_2_3
This commit is contained in:
parent
9f1826fe22
commit
d133f63015
3 changed files with 4 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.self.nixosModules.cgroups
|
||||
|
@ -7,8 +7,6 @@
|
|||
inputs.srvos.nixosModules.hardware-hetzner-online-amd
|
||||
];
|
||||
|
||||
boot.zfs.package = pkgs.zfs_unstable;
|
||||
|
||||
nix.settings.max-jobs = 24;
|
||||
|
||||
nixpkgs.hostPlatform.gcc.arch = "znver2";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.self.nixosModules.cgroups
|
||||
|
@ -7,8 +7,6 @@
|
|||
inputs.srvos.nixosModules.hardware-hetzner-online-arm
|
||||
];
|
||||
|
||||
boot.zfs.package = pkgs.zfs_unstable;
|
||||
|
||||
nix.settings.max-jobs = 80;
|
||||
|
||||
nixpkgs.hostPlatform.gcc.arch = "armv8-a";
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_6;
|
||||
|
||||
boot.zfs.package = pkgs.zfs_2_3;
|
||||
|
||||
# kernel samepage merging
|
||||
hardware.ksm.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue