summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/router.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/router.nix b/modules/router.nix
index e5d95c3..b0ef7fa 100644
--- a/modules/router.nix
+++ b/modules/router.nix
@@ -118,7 +118,7 @@ let
description = "Remount /proc/sys as rw";
wantedBy = ["multi-user.target"];
script = ''
- mount -o remount,rw /proc/sys
+ /run/wrappers/bin/mount -o remount,rw /proc/sys
'';
};