colmena (3)

This commit is contained in:
Luj 2023-07-27 20:35:38 +02:00
parent da7fd3dfba
commit 5a5fbea34f

View file

@ -64,6 +64,7 @@ in
];
}
];
extraModules = [ inputs.colmena.nixosModules.deploymentOptions ];
};
importConfig = path: (mapAttrs (name: value: import (path + "/${name}/default.nix")) (readDir path));