From f07dd64526ee203d25329c517eec3b697860fa6b Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 21 Jan 2024 03:05:52 +0100 Subject: [PATCH] nixos-modules/host: fix path --- nixos-modules/host/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-modules/host/default.nix b/nixos-modules/host/default.nix index 130e97a3..8b9d3a0a 100644 --- a/nixos-modules/host/default.nix +++ b/nixos-modules/host/default.nix @@ -39,7 +39,7 @@ in }; in [ extraConfig - ./microvm + ../microvm ] ++ (map (x: x.value) defs); prefix = [ "microvm" "vms" name "config" ]; inherit (config) specialArgs pkgs;