Formatter: Switch to alejandra

I like its style better
This commit is contained in:
2026-03-15 17:37:50 +01:00
parent 1f1a76b92d
commit a81caa8e1b
49 changed files with 75 additions and 183 deletions

View File

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