nixbook: add mongoms

This commit is contained in:
Tristan 2024-08-13 07:54:35 +01:00
parent bbadda1419
commit 18005b81f7
4 changed files with 45 additions and 9 deletions

View file

@ -13,6 +13,11 @@ in {
"steam-run"
];
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1w" # required for mongodb
];
networking = {
networkmanager = {
plugins = [pkgs.networkmanager-openvpn];