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
./fetchWallpaper.nix
./git.nix
./github-hosts-sync.nix
./github-known-hosts.nix
./github
./go.nix
./hidden-ssh.nix
./hosts.nix

View File

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