krebs: move github modules to subdir
This commit is contained in:
parent
f893b54853
commit
0c589031c0
@ -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
|
||||||
|
6
krebs/3modules/github/default.nix
Normal file
6
krebs/3modules/github/default.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./hosts-sync.nix
|
||||||
|
./known-hosts.nix
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user