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) {