summaryrefslogtreecommitdiffstats
path: root/krebs/3modules
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-09-20 11:17:19 +0200
committertv <tv@krebsco.de>2022-09-29 20:36:16 +0200
commit0c589031c02d6114d05131b249a559e06c802c1f (patch)
treeac83e00346f81761cacdda10ad274bd6906bee84 /krebs/3modules
parentf893b548531b77cd7f08c02ca9438c7b4b054126 (diff)
krebs: move github modules to subdir
Diffstat (limited to 'krebs/3modules')
-rw-r--r--krebs/3modules/default.nix3
-rw-r--r--krebs/3modules/github/default.nix6
-rw-r--r--krebs/3modules/github/hosts-sync.nix (renamed from krebs/3modules/github-hosts-sync.nix)0
-rw-r--r--krebs/3modules/github/known-hosts.nix (renamed from krebs/3modules/github-known-hosts.nix)0
4 files changed, 7 insertions, 2 deletions
diff --git a/krebs/3modules/default.nix b/krebs/3modules/default.nix
index 7f007048..5ba43658 100644
--- a/krebs/3modules/default.nix
+++ b/krebs/3modules/default.nix
@@ -25,8 +25,7 @@ let
./exim.nix
./fetchWallpaper.nix
./git.nix
- ./github-hosts-sync.nix
- ./github-known-hosts.nix
+ ./github
./go.nix
./hidden-ssh.nix
./hosts.nix
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
+ ];
+}
diff --git a/krebs/3modules/github-hosts-sync.nix b/krebs/3modules/github/hosts-sync.nix
index 71eed6c6..71eed6c6 100644
--- a/krebs/3modules/github-hosts-sync.nix
+++ b/krebs/3modules/github/hosts-sync.nix
diff --git a/krebs/3modules/github-known-hosts.nix b/krebs/3modules/github/known-hosts.nix
index 5de88762..5de88762 100644
--- a/krebs/3modules/github-known-hosts.nix
+++ b/krebs/3modules/github/known-hosts.nix