summaryrefslogtreecommitdiffstats
path: root/3modules/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-07-24 22:39:11 +0200
committermakefu <github@syntax-fehler.de>2015-07-24 22:39:11 +0200
commit13cc704c60ce97a8d7404a3558ad925100fcc1a9 (patch)
tree3e96b1ee364e7b9a919a350d264b5d0b8fe30885 /3modules/makefu
parent78651301fec79962a1cfacc34708edb9c2afbee7 (diff)
pnp provides cgit, update identity
Diffstat (limited to '3modules/makefu')
-rw-r--r--3modules/makefu/default.nix19
1 files changed, 19 insertions, 0 deletions
diff --git a/3modules/makefu/default.nix b/3modules/makefu/default.nix
new file mode 100644
index 00000000..45ca8c3e
--- /dev/null
+++ b/3modules/makefu/default.nix
@@ -0,0 +1,19 @@
+{ config, lib, ... }:
+
+with import ../../4lib/krebs { inherit lib; };
+let
+ cfg = config.krebs;
+
+ out = {
+ imports = [
+ ];
+ options.krebs = api;
+ config = mkIf cfg.enable imp;
+ };
+
+ api = { };
+
+ imp = { };
+
+in
+out