Refactor ssh-keys location.
This commit is contained in:
parent
01353b87ac
commit
407928712c
5 changed files with 10 additions and 28 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue