Implement home-manager

This commit is contained in:
2026-03-01 08:19:46 +01:00
parent 689efaa75b
commit 956ace75b0
31 changed files with 764 additions and 22 deletions

View File

@@ -69,7 +69,7 @@
btrfs = {
autoScrub = {
enable = true;
enable = (lib.any (fs: fs.fsType == "btrfs") (lib.attrValues config.fileSystems));
interval = "monthly";
};
};