nixbook: add mongoms
This commit is contained in:
parent
bbadda1419
commit
18005b81f7
4 changed files with 45 additions and 9 deletions
|
|
@ -13,6 +13,11 @@ in {
|
|||
"steam-run"
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1w" # required for mongodb
|
||||
];
|
||||
|
||||
|
||||
networking = {
|
||||
networkmanager = {
|
||||
plugins = [pkgs.networkmanager-openvpn];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue