Updated system with fixes
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/637d8261-0650-4ece-a35b-59d97baf64a7";
|
||||
fsType = "btrfs";
|
||||
options = [ "defaults,noatime,compress=zstd,subvol=@" ];
|
||||
options = [ "noatime,compress=lzo,space_cache=v2,subvol=@" ];
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices."luks-385106b5-71f7-460e-9a2b-2416f3b54cb6".device = "/dev/disk/by-uuid/385106b5-71f7-460e-9a2b-2416f3b54cb6";
|
||||
|
@ -4,6 +4,5 @@
|
||||
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||
zenpower
|
||||
amdgpu-pro
|
||||
];
|
||||
}
|
||||
|
@ -9,12 +9,12 @@
|
||||
|
||||
# Security
|
||||
security = {
|
||||
# pam.services.swaylock = {
|
||||
# text = ''
|
||||
# auth include login
|
||||
# '';
|
||||
# };
|
||||
pam.services.gtklock = {};
|
||||
pam.services.swaylock = {
|
||||
text = ''
|
||||
auth include login
|
||||
'';
|
||||
};
|
||||
# pam.services.gtklock = {};
|
||||
pam.services.login.enableGnomeKeyring = true;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user