mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
levi: persistent tmp
This commit is contained in:
parent
fd6ba0df26
commit
a2ba3adb04
1 changed files with 2 additions and 0 deletions
|
@ -19,10 +19,12 @@ in
|
|||
|
||||
environment.persistence."${persist}/system".directories = [
|
||||
"/etc/NetworkManager/system-connections"
|
||||
"/tmp"
|
||||
"/var/lib/bluetooth"
|
||||
"/var/lib/nixos"
|
||||
"/var/lib/systemd/coredump"
|
||||
"/var/log/journal"
|
||||
"/var/tmp"
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
|
|
Loading…
Reference in a new issue