[btrfs] Add role and migrate nix-book

This commit is contained in:
2025-07-29 16:14:29 -07:00
parent b9bb5d387f
commit a3c8995422
4 changed files with 186 additions and 17 deletions

View File

@@ -39,14 +39,6 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
# Btrfs deduplication service
services.beesd.filesystems = {
root = {
spec = "/";
hashTableSizeMB = 32; # 128MB per TB recommended, ~225GB = ~32MB
verbosity = "err"; # Only show actual problems
};
};
# Enable networking
networking.networkmanager.enable = true;