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"; } ];