mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Fixes fetchGit glitch maybe?
This commit is contained in:
parent
a1044a90b0
commit
d5a354a0df
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
{
|
||||
config = {
|
||||
# Packages
|
||||
environment.systemPackages = with pkgs; [ git ];
|
||||
|
||||
# Journal
|
||||
services.journald.extraConfig = "SystemMaxUse=50M\nSystemMaxFiles=5";
|
||||
services.journald.rateLimitBurst = 500;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue