Skip to content

Commit dd65f42

Browse files
committed
examples/microvms-host: fix by adding the overlay
1 parent 26c0263 commit dd65f42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/microvms-host.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ nixpkgs.lib.nixosSystem {
4646
'';
4747
services.getty.autologinUser = "root";
4848

49+
# Make alioth available
50+
nixpkgs.overlays = [ self.overlay ];
51+
4952
# MicroVM settings
5053
microvm = {
5154
mem = 8192;

0 commit comments

Comments
 (0)