journald: keep at least 2G of free space
This commit is contained in:
parent
825501bbd6
commit
ea7ab01ea1
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@ with lib;
|
||||||
font = "Lat2-Terminus16";
|
font = "Lat2-Terminus16";
|
||||||
keyMap = "us";
|
keyMap = "us";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.journald.extraConfig = ''
|
||||||
|
SystemKeepFree = 2G
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue