From a6e833f65f0ca0881dc2e9ac2d9c265415b373e8 Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 30 Sep 2025 19:52:30 +0200 Subject: [PATCH] sometimes life is just a syntactic nightmare --- hosts/tesla-nixos/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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";