mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Formatter: Switch to alejandra
I like its style better
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user