fix: No more tmpfs for farnsworth
This commit is contained in:
parent
88850f95fb
commit
36fbc433ab
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@
|
|||
priority = 10;
|
||||
};
|
||||
|
||||
boot.tmp.useTmpfs = true;
|
||||
# Some Rust packages can not build in such little space
|
||||
boot.tmp.useTmpfs = false;
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
|
|
Loading…
Add table
Reference in a new issue