xps16/btrfs-scrub: allow procfs
Evaluate machine configurations / eval (kasei) (push) Successful in 2m17s
Evaluate machine configurations / eval (xps16) (push) Successful in 2m37s
Evaluate machine configurations / eval (tsuki) (push) Successful in 2m43s

This commit is contained in:
2026-06-05 13:04:41 +09:00
parent 4aaa98da36
commit ec6c216cc9
+1
View File
@@ -5,6 +5,7 @@
systemd.services."btrfs-scrub-${utils.escapeSystemdPath "/"}".serviceConfig = {
PrivateNetwork = true;
RestrictFileSystems = [
"proc" # Needed by systemd to create fdset with currently open fds
"sysfs" # Needed to set scrub speed in /sys/fs/btrfs
"btrfs"
];