mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 00:49:42 +08:00
enlarge root
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{
|
||||
device = "tmpfs";
|
||||
fsType = "tmpfs";
|
||||
options = [ "size=1G" "relatime" "mode=755" ];
|
||||
options = [ "size=16G" "relatime" "mode=755" ];
|
||||
};
|
||||
"/nix" =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user