From 2668919af58f2d96514bc7c1f1ab5e1148783ab2 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Thu, 6 Nov 2025 11:13:01 +0100 Subject: [PATCH] auto up 11:12:59 up 0:20, 2 users, load average: 0.61, 0.62, 0.36 --- hosts/thinix-thinkpad/hardware-configuration.nix | 2 +- modules/essential.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/thinix-thinkpad/hardware-configuration.nix b/hosts/thinix-thinkpad/hardware-configuration.nix index aa95ede..66665a5 100644 --- a/hosts/thinix-thinkpad/hardware-configuration.nix +++ b/hosts/thinix-thinkpad/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.kernelModules = [ "ecryptfs" ]; + #boot.kernelModules = [ "ecryptfs" ]; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" ]; fileSystems = { diff --git a/modules/essential.nix b/modules/essential.nix index 8c1e353..8d90984 100644 --- a/modules/essential.nix +++ b/modules/essential.nix @@ -15,7 +15,7 @@ security.polkit.enable = true; security.pam.services.login.enableGnomeKeyring = true; services.gnome.gnome-keyring.enable = true; - security.pam.enableEcryptfs = true; + #security.pam.enableEcryptfs = true; security.polkit.extraConfig = '' polkit.addRule(function(action, subject) {