framework: nixvim lsp-format, btrfs scrub

This commit is contained in:
tristan 2025-06-24 14:27:07 +01:00
parent 200e9eb7da
commit 2b74b7218b
4 changed files with 21 additions and 25 deletions

View file

@ -14,6 +14,7 @@
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = [];
services.btrfs.autoScrub.enable = true;
fileSystems."/" = {
device = "/dev/mapper/crypted";
fsType = "btrfs";