tadpole: Add nginx module

This commit is contained in:
Alexander Heldt
2024-07-21 10:52:42 +02:00
parent 04dfe6a48e
commit 4acb861aa9
2 changed files with 39 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ in
config = {
mod = {
ssh.enable = true;
nginx.enable = true;
};
};
}