feat(systems): pre-create flake keys that are operated on

This commit is contained in:
Kat Inskip 2024-08-28 14:05:50 -07:00
parent 94a8ba9f07
commit 51df19bf91
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -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)