This commit is contained in:
2023-04-14 14:12:45 +03:00
parent 5f8cc2f9ba
commit 26747bd639
34 changed files with 430 additions and 249 deletions

6
modules/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{...}: {
imports = [
./base
./services
];
}