This commit is contained in:
2026-03-28 00:23:39 +02:00
parent 6df4dbab3a
commit 48130f4166
5 changed files with 395 additions and 134 deletions

View File

@@ -151,12 +151,6 @@ in {
environment.variables.GTK_USE_PORTAL = "1";
environment.sessionVariables.GTK_USE_PORTAL = 1;
fileSystems = {
"/".options = [ "compress=zstd" ];
"/home".options = [ "compress=zstd" ];
"/nix".options = [ "compress=zstd" "noatime" ];
};
services.btrfs.autoScrub = {
enable = true;
interval = "monthly";