From ec6c216cc9dd3695430877a0fb4946ad0648f956 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 5 Jun 2026 13:04:41 +0900 Subject: [PATCH] xps16/btrfs-scrub: allow procfs --- hosts/xps16/services/btrfs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/xps16/services/btrfs.nix b/hosts/xps16/services/btrfs.nix index 9fa56a5..62dd2c5 100644 --- a/hosts/xps16/services/btrfs.nix +++ b/hosts/xps16/services/btrfs.nix @@ -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" ];