Huge structural update. Move from template based architecture to modules based library architecture.

This commit is contained in:
Raphaël Numbus
2026-02-18 21:42:28 +01:00
parent 3f9e487559
commit 30b6ce5f9c
18 changed files with 1079 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./services/default.nix
];
}