add another update

This commit is contained in:
kp2pml30 2026-02-11 21:44:06 +09:00
parent 68a4779107
commit 96e942d8ac
Signed by: kp2pml30
GPG key ID: CD6528BAC23E3E34
15 changed files with 206 additions and 91 deletions

View file

@ -36,10 +36,10 @@ in {
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false;
services.logind.extraConfig = ''
HandlePowerKey=poweroff
HandleLidSwitch=hibernate
'';
services.logind.settings.Login = {
HandlePowerKey = "poweroff";
HandleLidSwitch = "hibernate";
};
services.pcscd = {
enable = true;
@ -85,6 +85,7 @@ in {
"discord"
"slack"
"anytype"
"claude-code"
];
};
}