remove impermanence on genepi

This commit is contained in:
2025-05-25 23:10:16 +02:00
parent 03abf0c7af
commit cdc4c4e38b
4 changed files with 1 additions and 82 deletions

View File

@@ -52,14 +52,6 @@
"noatime"
];
};
"/persist" = {
mountpoint = "/persist";
mountOptions = [
"subvol=persist"
"compress=zstd"
"noatime"
];
};
"/log" = {
mountpoint = "/var/log";
mountOptions = [
@@ -80,7 +72,4 @@
};
};
};
fileSystems."/persist".neededForBoot = true;
fileSystems."/var/log".neededForBoot = true;
}