mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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";
|
||||
};
|
||||
|
||||
boot.tmpOnTmpfs = true;
|
||||
|
||||
fileSystems = {
|
||||
"/var/log" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue