From 72b6241cfc274ff6fc415473fbc4e4a0bfd143f7 Mon Sep 17 00:00:00 2001 From: alisceon Date: Tue, 30 Sep 2025 19:46:08 +0200 Subject: [PATCH] typo --- hosts/tesla-nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";