mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-07 22:25:00 +00:00
[NonPersistence] Enable tmpfs for /tmp
This commit is contained in:
parent
549bb4d1c0
commit
5ca1bd8b73
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ in
|
||||||
machine-id.source = "/persist/etc/machine-id";
|
machine-id.source = "/persist/etc/machine-id";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
boot.tmpOnTmpfs = true;
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/var/log" = {
|
"/var/log" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue