mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(systems): pre-create flake keys that are operated on
This commit is contained in:
parent
94a8ba9f07
commit
51df19bf91
1 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,11 @@
|
|||
};
|
||||
in
|
||||
{
|
||||
# Ensure the existence of keys that are operated over
|
||||
nixosConfigurations = {};
|
||||
homeConfigurations = {};
|
||||
darwinConfigurations = {};
|
||||
} // {
|
||||
systems = hostConfigs;
|
||||
}
|
||||
// set.merge (set.mapToValues processHost hostConfigs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue