This commit is contained in:
Vivian 2023-05-23 15:50:26 +02:00
parent ffb489c7e7
commit 1439ff5e8e
3 changed files with 30 additions and 23 deletions

View file

@ -57,6 +57,13 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"nodejs-14.21.3"
"openssl-1.1.1t"
"nodejs-16.20.0"
];
# Limit the systemd journal to 100 MB of disk or the
# last 7 days of logs, whichever happens first.
services.journald.extraConfig = ''