[flake] the module now actually starts the prod server

This commit is contained in:
2026-07-30 18:34:21 +02:00
parent a8e80ed19d
commit 04a76f91fe
2 changed files with 18 additions and 9 deletions

View File

@@ -123,6 +123,7 @@
'');
};
});
nixosModules = { gatekeeper = import ./module.nix; };
nixosModules.gatekeeper = { config, pkgs, lib, ... }@args:
import ./module.nix (args // { self = self; system = pkgs.system; });
};
}