mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-29 22:01:58 +02:00
feat(shoukei): reduce size limit for root tmpfs
This commit is contained in:
@@ -100,7 +100,7 @@ in
|
||||
# set mode to 755, otherwise systemd will set it to 777, which cause problems.
|
||||
# relatime: Update inode access times relative to modify or change time.
|
||||
options = [
|
||||
"size=4G"
|
||||
"size=1G"
|
||||
"relatime"
|
||||
"mode=755"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user