mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 14:54:26 -05:00
auto up 11:12:59 up 0:20, 2 users, load average: 0.61, 0.62, 0.36
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user