feat(web03): Initial deployment of django-apps

This commit is contained in:
Tom Hubrecht 2024-10-17 15:07:13 +02:00
parent fd6b9678ef
commit db5859e472
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
4 changed files with 90 additions and 1 deletions

View file

@ -8,9 +8,12 @@ lib.extra.mkConfig {
enabledServices = [
# List of services to enable
"django-apps"
];
extraConfig = { };
extraConfig = {
services.netbird.enable = true;
};
root = ./.;
}