mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Implement home-manager
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
btrfs = {
|
||||
autoScrub = {
|
||||
enable = true;
|
||||
enable = (lib.any (fs: fs.fsType == "btrfs") (lib.attrValues config.fileSystems));
|
||||
interval = "monthly";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user