feat(flake): add sshKeys arg
This commit is contained in:
parent
2e1a239169
commit
2152c91101
4 changed files with 223 additions and 62 deletions
14
outputs/sshKeys.nix
Normal file
14
outputs/sshKeys.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
let
|
||||
sshKeys = import ../secrets/keys.nix;
|
||||
in
|
||||
|
||||
{
|
||||
perSystem = { config, ... }: {
|
||||
imports = [
|
||||
{
|
||||
_module.args.keys = sshKeys;
|
||||
}
|
||||
];
|
||||
};
|
||||
flake.keys = sshKeys;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue