diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2024-01-30 15:06:48 -0500 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2024-01-30 15:06:48 -0500 |
| commit | 578ed3e90153271a29202261ba0f5564aaa98648 (patch) | |
| tree | 30444f48c70ef3b7eb39594e85a6119f41f52be3 | |
| parent | e81024033506b38297351c393b82e0bf2afdb67e (diff) | |
update
| -rw-r--r-- | modules/router.nix | 2 |
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 ''; }; |
