diff options
author | makefu <github@syntax-fehler.de> | 2022-10-22 09:25:39 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-10-22 09:25:39 +0200 |
commit | 977c5d7f1873621801194cd3788646f85424666d (patch) | |
tree | 09b2511df1373e48da18847af62cf35f673cc82b /krebs/3modules/github/default.nix | |
parent | 0f24348d8bd65aeef573dfb20455c1f7cd586daa (diff) | |
parent | c68da76ea1ffab8e012527383047bb3dc718b20f (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'krebs/3modules/github/default.nix')
-rw-r--r-- | krebs/3modules/github/default.nix | 6 |
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 000000000..2df4ba717 --- /dev/null +++ b/krebs/3modules/github/default.nix @@ -0,0 +1,6 @@ +{ + imports = [ + ./hosts-sync.nix + ./known-hosts.nix + ]; +} |