Setup SSH added, hms fixed, removed shared SSH keys

This commit is contained in:
Greg Hellings
2023-03-17 20:08:11 -05:00
parent 36f8b12f31
commit 003cec8db0
10 changed files with 23 additions and 173 deletions
+3
View File
@@ -62,6 +62,9 @@ in rec {
hms = super.callPackage ./hms.nix {
pkgs = self.pkgs;
};
setup-ssh = super.callPackage ./setup-ssh.nix {
pkgs = self.pkgs;
};
kiwix-tools = super.callPackage ./kiwix-tools.nix {};
libkiwix = super.callPackage ./libkiwix.nix {};
zimlib = super.callPackage ./zimlib.nix {};