forked from Fachschaft/nixConfig
Compare commits
4 commits
d03291bb5d
...
146a904259
Author | SHA1 | Date | |
---|---|---|---|
146a904259 | |||
0c7d321db5 | |||
5c1a2451b1 | |||
44d1cf167b |
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=512M" "mode=755"];
|
||||
};
|
||||
fileSystems."/persist" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
|
|
Loading…
Reference in a new issue