fix: No more tmpfs for farnsworth

This commit is contained in:
Kyle Brown 2024-05-26 07:28:37 -07:00
parent 88850f95fb
commit 36fbc433ab

View file

@ -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