Skip to content

Commit 0c23a82

Browse files
committed
feat(shoukei): reduce size limit for root tmpfs
1 parent 6a03ddd commit 0c23a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hosts/12kingdoms-shoukei/hardware-configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ in
100100
# set mode to 755, otherwise systemd will set it to 777, which cause problems.
101101
# relatime: Update inode access times relative to modify or change time.
102102
options = [
103-
"size=4G"
103+
"size=1G"
104104
"relatime"
105105
"mode=755"
106106
];

0 commit comments

Comments
 (0)