mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/gw-router/flake-module.nix
This commit is contained in:
2026-08-05 10:21:39 +07:00
parent e316ec56ce
commit 1a56a2d24b
5 changed files with 482 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{ self, inputs, ... }:
let
module = ./default.nix;
in
{
clan.modules = {
gw-router = module;
};
# perSystem =
# { ... }:
# {
# clan.nixosTests.service-headplane = {
# imports = [ ./tests/vm/default.nix ];
# _module.args = { inherit self inputs; };
#
# clan.modules."@clan/headplane" = module;
# };
# };
}