forked from Fachschaft/nixConfig
Compare commits
4 commits
146a904259
...
d03291bb5d
Author | SHA1 | Date | |
---|---|---|---|
d03291bb5d | |||
f5b84dedd4 | |||
9d61a9c985 | |||
6ccd46f8e8 |
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "root";
|
device = "root";
|
||||||
fsType = "tmpfs";
|
fsType = "tmpfs";
|
||||||
options = ["size=512M" "mode=755"];
|
options = ["size=1G" "mode=755"];
|
||||||
};
|
};
|
||||||
fileSystems."/persist" = {
|
fileSystems."/persist" = {
|
||||||
device = "/dev/disk/by-label/nixos";
|
device = "/dev/disk/by-label/nixos";
|
||||||
|
|
Loading…
Reference in a new issue