Skip to content

Commit

Permalink
lib/images: import nixosModules in nixosZfs
Browse files Browse the repository at this point in the history
  • Loading branch information
aither64 committed Jun 19, 2023
1 parent 5d88c77 commit 0cafdd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/images.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ in rec {
nixosZfs = nixosNetboot {
modules = [
{
imports = nixosModules;
boot.supportedFilesystems = [ "zfs" ];
}
];
Expand Down

0 comments on commit 0cafdd7

Please sign in to comment.