auto up 11:12:59 up 0:20, 2 users, load average: 0.61, 0.62, 0.36

This commit is contained in:
2025-11-06 11:13:01 +01:00
parent 725e46b62d
commit 2668919af5
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
[ (modulesPath + "/installer/scan/not-detected.nix") [ (modulesPath + "/installer/scan/not-detected.nix")
]; ];
boot.kernelModules = [ "ecryptfs" ]; #boot.kernelModules = [ "ecryptfs" ];
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" ]; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" ];
fileSystems = { fileSystems = {

View File

@@ -15,7 +15,7 @@
security.polkit.enable = true; security.polkit.enable = true;
security.pam.services.login.enableGnomeKeyring = true; security.pam.services.login.enableGnomeKeyring = true;
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
security.pam.enableEcryptfs = true; #security.pam.enableEcryptfs = true;
security.polkit.extraConfig = '' security.polkit.extraConfig = ''
polkit.addRule(function(action, subject) { polkit.addRule(function(action, subject) {