From 77684b6df6d7e033f6aace771fb5afec80156df5 Mon Sep 17 00:00:00 2001 From: alisceon Date: Mon, 29 Sep 2025 17:09:28 +0200 Subject: [PATCH] aww --- 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 206b222..ec31307 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -43,7 +43,7 @@ # Podman rootless uses fuse-overlayfs → /dev/fuse must be available allowedDevices = [ - { node = "/dev/fuse"; modifiers = [ "rwm" ]; } + { node = "/dev/fuse"; modifier = "rwm"; } ]; bindMounts = { "/var/lib/gitlab-runner" = {