mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 14:20:14 +00:00
fix references
This commit is contained in:
19
platforms/nix-darwin/modules/secrets.nix
Normal file
19
platforms/nix-darwin/modules/secrets.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
|
||||
options = {
|
||||
|
||||
identityFile = lib.mkOption {
|
||||
type = lib.types.path;
|
||||
description = "Path containing decryption identity.";
|
||||
default = "/Users/${config.nmasur.settings.username}/.ssh/id_ed25519";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user