Add more logic to disabling impermanence

This commit is contained in:
Jimbo 2025-02-25 00:07:23 -05:00
parent 9a8d1851db
commit c083874930
3 changed files with 5 additions and 3 deletions

View file

@ -21,6 +21,8 @@
stateVersion = "24.11";
};
environment.persistence."/persist".enable = lib.mkForce false;
services = {
btrfs.autoScrub.enable = lib.mkForce false;
fstrim.enable = lib.mkForce false;