1 2 3 4 5 6
{ flake.flakeModules = { configurations = import ./configurations.nix; terranix = import ./terranix.nix; }; }