summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/github/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-10-22 09:25:39 +0200
committermakefu <github@syntax-fehler.de>2022-10-22 09:25:39 +0200
commit977c5d7f1873621801194cd3788646f85424666d (patch)
tree09b2511df1373e48da18847af62cf35f673cc82b /krebs/3modules/github/default.nix
parent0f24348d8bd65aeef573dfb20455c1f7cd586daa (diff)
parentc68da76ea1ffab8e012527383047bb3dc718b20f (diff)
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/3modules/github/default.nix')
-rw-r--r--krebs/3modules/github/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/krebs/3modules/github/default.nix b/krebs/3modules/github/default.nix
new file mode 100644
index 00000000..2df4ba71
--- /dev/null
+++ b/krebs/3modules/github/default.nix
@@ -0,0 +1,6 @@
+{
+ imports = [
+ ./hosts-sync.nix
+ ./known-hosts.nix
+ ];
+}