summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-01-30 15:06:48 -0500
committerKjetil Orbekk <kj@orbekk.com>2024-01-30 15:06:48 -0500
commit578ed3e90153271a29202261ba0f5564aaa98648 (patch)
tree30444f48c70ef3b7eb39594e85a6119f41f52be3
parente81024033506b38297351c393b82e0bf2afdb67e (diff)
update
-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
'';
};