build05: switch to zfs_unstable
This commit is contained in:
parent
437cfa441f
commit
f74b3421bf
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.self.nixosModules.cgroups
|
inputs.self.nixosModules.cgroups
|
||||||
|
@ -7,6 +7,8 @@
|
||||||
inputs.srvos.nixosModules.hardware-hetzner-online-arm
|
inputs.srvos.nixosModules.hardware-hetzner-online-arm
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.zfs.package = pkgs.zfs_unstable;
|
||||||
|
|
||||||
nix.settings.max-jobs = 80;
|
nix.settings.max-jobs = 80;
|
||||||
|
|
||||||
nixpkgs.hostPlatform.gcc.arch = "armv8-a";
|
nixpkgs.hostPlatform.gcc.arch = "armv8-a";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue