This commit is contained in:
parent
163b0b255a
commit
30325bac2f
4 changed files with 111 additions and 109 deletions
|
@ -79,6 +79,11 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"dotnet-sdk-6.0.428"
|
||||
"aspnetcore-runtime-6.0.36"
|
||||
];
|
||||
|
||||
# Limit the systemd journal to 100 MB of disk or the
|
||||
# last 7 days of logs, whichever happens first.
|
||||
services.journald.extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue