feat(refactor): ready for merge

This commit is contained in:
2025-10-14 21:50:44 +02:00
parent 63f495fa0d
commit 07333b4544
15 changed files with 125 additions and 85 deletions

View File

@@ -1,6 +1,14 @@
{self, ...}: {
{
self,
lib,
...
}: let
clib = import "${self}/lib/server" {inherit lib;};
in {
imports = [
"${self}/lib/server"
{
_module.args.clib = clib;
}
./options.nix
./infra
./services