sneeuwvlok/clanServices/gateway/flake-module.nix
2026-04-02 17:24:18 +02:00

13 lines
223 B
Nix

{...}: let
module = ./default.nix;
in {
clan.modules.gateway = module;
# perSystem = {...}: {
# clan.nixosTests.gateway = {
# imports = [];
# clan.modules."@arda/gateway" = module;
# };
# };
}