From 5a1bab725d7d05899dc67639616472925d1fa919 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Thu, 24 Jul 2025 16:32:51 +0200 Subject: [PATCH] chore: typo --- modules/nixos/features/virtualisation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/features/virtualisation.nix b/modules/nixos/features/virtualisation.nix index 6ed1a5c..aa9ff43 100644 --- a/modules/nixos/features/virtualisation.nix +++ b/modules/nixos/features/virtualisation.nix @@ -12,7 +12,7 @@ enable = true; autoPrune.enable = true; dockerCompat = true; - dockerSocker.enable = true; + dockerSocket.enable = true; }; }; }