Skip to content

Commit

Permalink
FIX NixOS/nixpkgs#254807: disable swraid
Browse files Browse the repository at this point in the history
  • Loading branch information
adammitha committed Sep 15, 2023
1 parent ed97340 commit 27d8ed0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
efi.canTouchEfiVariables = true;
};
supportedFilesystems = [ "zfs" ];
swraid.enable = false;
zfs = {
forceImportRoot = false;
extraPools = [ "kitsilano" ];
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27d8ed0

Please sign in to comment.