1
0

flake/modules.nix seperate out modules from inputs

This commit is contained in:
2024-05-13 16:44:21 +02:00
parent e777528435
commit 0453d34606
3 changed files with 21 additions and 5 deletions

View File

@@ -93,6 +93,7 @@
nixosConfigurations = helper.mapToNixosConfigurations self.clerie.hosts;
nixosModules = {
nixfilesInputs = import ./flake/modules.nix inputs;
clerie = import ./modules;
default = self.nixosModules.clerie;
};