Skip to content

Commit

Permalink
profiles: remove zfs support on raspberry_pi
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Jun 21, 2024
1 parent 129c83b commit 915971a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion profiles/raspberry_pi/common.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{ pkgs, inputs, ... }: {
{ pkgs, lib, inputs, ... }: {
imports = [
(inputs.nixpkgs + "/nixos/modules/installer/sd-card/sd-image-aarch64.nix")
];

config = {
nixpkgs.hostPlatform.system = "aarch64-linux";
hardware.enableRedistributableFirmware = true;
boot.supportedFilesystems = {
zfs = lib.mkForce false;
};

hardware.opengl = {
enable = true;
Expand Down

0 comments on commit 915971a

Please sign in to comment.