enable impermanence for hopper

This commit is contained in:
xunuwu 2025-05-27 23:14:40 +02:00
parent 7be2e59a92
commit e192a50071
33 changed files with 155 additions and 111 deletions

View file

@ -0,0 +1,18 @@
{
environment.persistence."/persist" = {
hideMounts = true;
directories = [
"/home/desktop"
"/home/deploy"
"/media"
"/var/log"
"/var/lib/nixos"
"/var/lib/bluetooth"
];
files = [
"/etc/machine-id"
"/etc/ssh/ssh_host_ed25519_key"
"/etc/ssh/ssh_host_ed25519_key.pub"
];
};
}