From 179ac09892a2fac042f60c89ac327d104eeb1c6b Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 30 Sep 2025 19:47:17 +0200 Subject: [PATCH] hallucinations --- hosts/tesla-nixos/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 92ac434..4f7c20f 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -70,8 +70,8 @@ }; allowedDevices = [ { - path = "/dev/fuse"; - access = "rwm"; + node = "/dev/fuse"; + modifier = "rwm"; } ];