From 578ed3e90153271a29202261ba0f5564aaa98648 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 30 Jan 2024 15:06:48 -0500 Subject: update --- modules/router.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; }; -- cgit v1.2.3