From d2b60febb76223b03bbe5ce91a44baa26bec341a Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Thu, 26 Feb 2026 12:26:48 +0100 Subject: [PATCH] disable ecryptfs --- systems/laptop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/laptop/configuration.nix b/systems/laptop/configuration.nix index 4e4caf7..0a18b48 100644 --- a/systems/laptop/configuration.nix +++ b/systems/laptop/configuration.nix @@ -14,7 +14,7 @@ in ./hardware-configuration.nix ./modules/battery.nix ../../modules/misc/faster-boot-time.nix - ../../modules/ecryptfs.nix + #../../modules/ecryptfs.nix #../../modules/fh/scanning.nix ../../modules/support/ntfs.nix ../../modules/thunderbolt.nix @@ -76,7 +76,7 @@ in settings.enable = true; }; misc = { - docker.enable = false; + docker.enable = true; firejail.enable = true; }; hardware = {