krebs: move github modules to subdir

This commit is contained in:
tv 2022-09-20 11:17:19 +02:00
parent f893b54853
commit 0c589031c0
4 changed files with 7 additions and 2 deletions

View File

@ -25,8 +25,7 @@ let
./exim.nix ./exim.nix
./fetchWallpaper.nix ./fetchWallpaper.nix
./git.nix ./git.nix
./github-hosts-sync.nix ./github
./github-known-hosts.nix
./go.nix ./go.nix
./hidden-ssh.nix ./hidden-ssh.nix
./hosts.nix ./hosts.nix

View File

@ -0,0 +1,6 @@
{
imports = [
./hosts-sync.nix
./known-hosts.nix
];
}