Skip to content

Commit

Permalink
refactor(nixosModules): add dmerge with mkMerge example
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Sep 21, 2023
1 parent 902f479 commit 0d94e8c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/nixos/pops/nixosModules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
(POP.extendPop flops.haumea.pops.exporter (
self: super: {
exports.customModules.boot =
with dmerge;
self.outputsForTarget.dmerge
{
config.loader = {
timeout = 10;
};
}
{ config.contents = update [ 0 ] [ { content.loader.timeout.content = 10; } ]; }
[ "boot" ];
}
))
Expand Down

0 comments on commit 0d94e8c

Please sign in to comment.