mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
feat: add wakatime api to agenix
This commit is contained in:
parent
81d1c334c0
commit
83a8eaa2c6
3 changed files with 6 additions and 0 deletions
|
@ -34,5 +34,10 @@
|
|||
file = ./gallium_server_ssh.age;
|
||||
mode = "600";
|
||||
};
|
||||
wakatime_cfg = {
|
||||
file = ./wakatime_cfg.age;
|
||||
mode = "600";
|
||||
path = "${config.home.homeDirectory}/.wakatime.cfg";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,4 +11,5 @@ in
|
|||
"github_ssh_priv_key.age".publicKeys = users;
|
||||
"youwen_dev_ssh_priv_key.age".publicKeys = users;
|
||||
"gallium_server_ssh.age".publicKeys = users;
|
||||
"wakatime_cfg.age".publicKeys = users;
|
||||
}
|
||||
|
|
BIN
reference/users/youwen/secrets/wakatime_cfg.age
Normal file
BIN
reference/users/youwen/secrets/wakatime_cfg.age
Normal file
Binary file not shown.
Loading…
Reference in a new issue