Refactor ssh-keys location.

This commit is contained in:
Lorenzo Good 2025-06-10 00:09:26 -05:00
parent 01353b87ac
commit 407928712c
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
5 changed files with 10 additions and 28 deletions

View file

@ -1,5 +1,5 @@
nixpkgs: withSystem: {
utils = import ./utils.nix;
getSSHKeys = (import ./keys.nix).getSSHKeys;
getSSHKeys = (import ./data.nix).getSSHKeys;
mkSystem = (import ./nixos.nix nixpkgs withSystem).mkSystem;
}