From ef592ca01468cf606fbd43d45790245a108fb00d Mon Sep 17 00:00:00 2001 From: chn Date: Thu, 27 Nov 2025 08:42:45 +0800 Subject: [PATCH] Revert "devices.nas: disable store ro protect" This reverts commit 840eb7c09c234fcb2dfdf8a952449c95c6e17fe4. --- devices/nas/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/devices/nas/default.nix b/devices/nas/default.nix index 14a4cb0a..7acf8cb7 100644 --- a/devices/nas/default.nix +++ b/devices/nas/default.nix @@ -73,6 +73,5 @@ inputs: }; systemd.tmpfiles.rules = [ "w /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_power_limit_uw - - - - 10000000" ]; - boot.nixStoreMountOpts = [ "nodev" "nosuid" ]; }; }