mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
feat: update coder provider and add NIX_CONFIG parameter
This commit is contained in:
parent
54804d21c4
commit
cfcc9a221c
4 changed files with 32 additions and 16 deletions
|
|
@ -97,5 +97,16 @@
|
|||
type = "string";
|
||||
mutable = true;
|
||||
};
|
||||
nix_config = {
|
||||
name = "Nix Config";
|
||||
description = ''
|
||||
Nix config, will be put into $NIX_CONFIG
|
||||
'';
|
||||
default = "";
|
||||
order = 9;
|
||||
type = "string";
|
||||
form_type = "textarea";
|
||||
mutable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue