diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index 226e5d3..92ac434 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -68,7 +68,7 @@ hostPath = "/dev/fuse"; }; }; - allowedDeviecs = [ + allowedDevices = [ { path = "/dev/fuse"; access = "rwm";