feat: add public ssh key to the secrets file
This commit is contained in:
parent
768ce36509
commit
3b460e93e6
6 changed files with 9 additions and 9 deletions
|
|
@ -24,5 +24,9 @@ with lib;
|
|||
type = types.str;
|
||||
description = "Tailscale Auth Key";
|
||||
};
|
||||
sshPublicKey = mkOption {
|
||||
type = types.str;
|
||||
description = "SSH Public Key for Root User";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue