mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
feat: add dotfile loading via home-manager
This commit is contained in:
parent
eb737c39b2
commit
ba17b0ee0c
4 changed files with 41 additions and 8 deletions
|
|
@ -54,6 +54,10 @@
|
|||
name = "CODER_AGENT_TOKEN";
|
||||
value = "\${resource.coder_agent.coder.token}";
|
||||
}
|
||||
{
|
||||
name = "DOTFILES_REPO";
|
||||
value = "\${data.coder_parameter.dotfiles_repo.value}";
|
||||
}
|
||||
];
|
||||
resources = {
|
||||
requests = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue