diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 4f7c20f..491677d 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -58,11 +58,11 @@ hostPath = "/var/lib/gitlab-runner"; isReadOnly = false; }; - "/proc" = { - hostPath = "/run/proc"; + "/run/proc" = { + hostPath = "/proc"; }; - "/sys" = { - hostPath = "/run/sys"; + "/run/sys" = { + hostPath = "/sys"; }; "/dev/fuse" = { hostPath = "/dev/fuse";