forked from Fachschaft/nixConfig
Kleineres Root tmpfs
This commit is contained in:
parent
263b5b9b47
commit
2d1e2ccfde
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
fileSystems."/" = {
|
||||
device = "root";
|
||||
fsType = "tmpfs";
|
||||
options = ["size=1G" "mode=755"];
|
||||
options = ["size=521M" "mode=755"];
|
||||
};
|
||||
fileSystems."/persist" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
|
|
Loading…
Reference in a new issue