add mongodb unfree
This commit is contained in:
parent
7b50808621
commit
a96451a797
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,10 @@
|
||||||
"openssl-1.1.1w"
|
"openssl-1.1.1w"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
"mongodb"
|
||||||
|
];
|
||||||
|
|
||||||
time.timeZone = "Europe/Vienna";
|
time.timeZone = "Europe/Vienna";
|
||||||
|
|
||||||
services.logind.extraConfig = "RuntimeDirectorySize=2G";
|
services.logind.extraConfig = "RuntimeDirectorySize=2G";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue