Skip to content

Commit f07dd64

Browse files
committed
nixos-modules/host: fix path
1 parent e7580e2 commit f07dd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos-modules/host/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ in
3939
};
4040
in [
4141
extraConfig
42-
./microvm
42+
../microvm
4343
] ++ (map (x: x.value) defs);
4444
prefix = [ "microvm" "vms" name "config" ];
4545
inherit (config) specialArgs pkgs;

0 commit comments

Comments
 (0)