pinwheel: Clean /tmp on boot
This commit is contained in:
@@ -27,6 +27,8 @@ in
|
|||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
|
tmp.cleanOnBoot = true;
|
||||||
|
|
||||||
kernel = {
|
kernel = {
|
||||||
sysctl = {
|
sysctl = {
|
||||||
"fs.inotify.max_user_instances" = 1024; # default: 128
|
"fs.inotify.max_user_instances" = 1024; # default: 128
|
||||||
|
|||||||
Reference in New Issue
Block a user