Simplifying
This commit is contained in:
14
modules/impermanenc.nix
Normal file
14
modules/impermanenc.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
environment.persistence."/persist" = {
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
"/var/log"
|
||||
"/var/lib/bluetooth"
|
||||
"/var/lib/networkmanager"
|
||||
"/etc/ssh"
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
]
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user