deleting unused module for btrfs

This commit is contained in:
Matthieu Morin 2024-06-09 18:17:38 +00:00
parent af36675d77
commit 7893c9effa
1 changed files with 1 additions and 8 deletions

View File

@ -117,7 +117,7 @@ in {
# hibernation
"resume_offset=533760"
]
];
};
# ================ HYPRLAND =================== #
@ -146,13 +146,6 @@ hardware = {
nvidia.modesetting.enable = false;
};
modules.btrfs-maintenance = {
fileSystems = [
# scrubbling one of subvolumes scrubs the whole filesystem
"/persist"
];
};
# Fix to enable VSCode to successfully remote SSH on a client to a NixOS host
# https://nixos.wiki/wiki/Visual_Studio_Code # Remote_SSH
# programs.nix-ld.enable = true;