xps16/btrfs-scrub: fix filesystem filter
Evaluate machine configurations / eval (xps16) (push) Successful in 2m19s
Evaluate machine configurations / eval (tsuki) (push) Successful in 2m45s
Evaluate machine configurations / eval (kasei) (push) Successful in 3m52s

This commit is contained in:
2026-06-05 13:04:41 +09:00
parent 4aaa98da36
commit 0feec7232e
+1 -1
View File
@@ -5,7 +5,7 @@
systemd.services."btrfs-scrub-${utils.escapeSystemdPath "/"}".serviceConfig = {
PrivateNetwork = true;
RestrictFileSystems = [
"sysfs" # Needed to set scrub speed in /sys/fs/btrfs
"@basic-api" # Needed by both systemd and btrfs (the latter for setting scrub speed in /sys/fs/btrfs)
"btrfs"
];
};