moved around the hosts

This commit is contained in:
Chris Kruining 2024-07-21 14:26:30 +02:00
parent 9ba5f8fdf0
commit 23485c3c73
12 changed files with 166 additions and 8 deletions

View file

@ -25,6 +25,6 @@ in rec
];
};
mapHosts = dir: attrs @ { system ? system, ... }:
mapModules dir (hostPath: mkHost hostPath attrs);
mapHosts = dir: attrs @ { system ? system, ... }:
mapModules dir (hostPath: mkHost hostPath attrs);
}