fix: impermanence 2

This commit is contained in:
Xory 2025-10-28 16:33:49 +02:00
parent 055f4056db
commit a57732285b

View file

@ -54,14 +54,10 @@
neededForBoot = true; neededForBoot = true;
}; };
fileSystems."/nix" = {
device = "/persist/nix";
options = [ "bind "];
};
environment.persistence."/persist" = { environment.persistence."/persist" = {
hideMounts = true; hideMounts = true;
directories = [ directories = [
"/nix"
"/home" "/home"
"/var/log" "/var/log"
"/var/lib/bluetooth" "/var/lib/bluetooth"