scale, fail at fscrypt

This commit is contained in:
Kopatz
2025-10-29 14:55:56 +01:00
parent 9a61646089
commit d8154fc825
3 changed files with 9 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ in
firmware.enable = true;
ssd.enable = true;
#tablet.enable = true;
#fingerprint.enable = true;
fingerprint.enable = true;
};
services = {
syncthing.enable = true;
@@ -102,13 +102,15 @@ in
};
nixpkgs.config.permittedInsecurePackages = [ "electron-27.3.11" "electron-28.3.3" ];
services.fprintd.enable = true;
hardware.cpu.amd.ryzen-smu.enable = true;
environment.systemPackages = with pkgs; [
nvtopPackages.amd
ryzenadj
prismlauncher
#fscrypt-experimental
];
# don't think there is a way to unlock this with fingerprint
#security.pam.enableFscrypt = true;
#services.joycond.enable = true;