Skip to content

Commit

Permalink
fix zfs boot
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Sep 23, 2021
1 parent e8b71a0 commit 90b4a60
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions profiles/zfs-runtime.nix
Expand Up @@ -11,11 +11,10 @@ in {
};
};

imports = [
./zfs-client-options.nix
];
imports = [ ./zfs-client-options.nix ];
config = {
boot = {
initrd.supportedFilesystems = [ "zfs" ];
supportedFilesystems = [ "zfs" ];
zfs.devNodes = "/dev/";
kernelParams = [ "console=ttyS0" ];
Expand Down

0 comments on commit 90b4a60

Please sign in to comment.