feat(nixosModules/server): add mongodb

This commit is contained in:
Mohammad Rafiq 2025-05-29 20:48:53 +08:00
parent 68b200175f
commit 2f23b952de
No known key found for this signature in database
2 changed files with 39 additions and 0 deletions

View file

@ -23,6 +23,7 @@
server = {
enableDDNS = true;
mountHelios = true;
databases.mongodb.enable = true;
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";