feat: add NixOS module with schema init

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/claude-agent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Alexander
2026-05-20 12:38:16 +02:00
parent 2756cc1043
commit fde1b4cd3e
3 changed files with 474 additions and 0 deletions
+7
View File
@@ -18,6 +18,13 @@
"x86_64-linux"
];
flake = {
nixosModules = {
metadata-agregator = import ./nix/module.nix;
default = self.nixosModules.metadata-agregator;
};
};
perSystem =
{
system,