add explainers
This commit is contained in:
parent
6cf06efd6d
commit
c0ec7a82fa
1 changed files with 7 additions and 0 deletions
|
|
@ -39,9 +39,16 @@ in
|
|||
environment.persistence."/persist" = {
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
# systemd and other machine logs
|
||||
"/var/log"
|
||||
|
||||
# information about nixos users and groups
|
||||
"/var/lib/nixos"
|
||||
|
||||
# systemd coredumps to debug crashes
|
||||
"/var/lib/systemd/coredump"
|
||||
|
||||
# NetworkManager connection profiles and WiFi passwords
|
||||
"/etc/NetworkManager/system-connections"
|
||||
];
|
||||
# files = [ # the fuck is this file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue