Skip to content

Commit

Permalink
isolae env in provision
Browse files Browse the repository at this point in the history
  • Loading branch information
zbioe committed Aug 10, 2022
1 parent f382c5e commit 7d2388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
genConfig = env:
terranix.lib.terranixConfiguration {
inherit system pkgs;
modules = [ ./provision ./env/${env}/config.nix ];
modules = [ ./provision/${env} ./env/${env}/config.nix ];
};

libvirtConfig = genConfig "libvirt";
Expand Down

0 comments on commit 7d2388c

Please sign in to comment.