added the basic router config

This commit is contained in:
2025-01-05 14:52:18 -05:00
parent a6b6d66b9f
commit bf4e23d503
5 changed files with 109 additions and 0 deletions

View File

@@ -100,6 +100,10 @@
];
specialArgs = {inherit inputs outputs;};
};
router = lib.nixosSystem {
modules = [./systems/router];
specialArgs = {inherit inputs outputs;};
};
};
};
}