feat(web03): Initial deployment of django-apps
This commit is contained in:
parent
fd6b9678ef
commit
db5859e472
4 changed files with 90 additions and 1 deletions
|
@ -8,9 +8,12 @@ lib.extra.mkConfig {
|
|||
|
||||
enabledServices = [
|
||||
# List of services to enable
|
||||
"django-apps"
|
||||
];
|
||||
|
||||
extraConfig = { };
|
||||
extraConfig = {
|
||||
services.netbird.enable = true;
|
||||
};
|
||||
|
||||
root = ./.;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue