commit | 086093306b8e37bb3315da6f2d4230a0517fadb1 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:31:04 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:31:04 2022 +0000 |
tree | 4ab55428af9cf3ad17a14645edfeed42d17cfedf | |
parent | a4db7a9fa4970369f636b6dbe975ffdf7343c120 [diff] |
Decrease the size of rootfs
diff --git a/modules/filesystems.nix b/modules/filesystems.nix index 39db22b..8ae304f 100644 --- a/modules/filesystems.nix +++ b/modules/filesystems.nix
@@ -15,7 +15,7 @@ fileSystems."/" = { device = "none"; fsType = "tmpfs"; - options = [ "defaults" "size=20G" "mode=755" ]; + options = [ "defaults" "size=10G" "mode=755" ]; }; fileSystems."/boot" = {