From 424dca4257dd24514b641f31d1f1bc67f06d0d8e Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Fri, 30 May 2025 18:20:32 +0200 Subject: [PATCH] temperance: configuration: disable docker --- hosts/temperance/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index 115ad8d..0856f5a 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -36,8 +36,6 @@ in { udisks2.enable = true; }; - virtualisation.docker.enable = false; - meta = { mainUser.gitSigningKey = ""; };