hosts: add kled

This commit is contained in:
2026-04-24 15:17:40 +03:00
parent 71004a5e79
commit 004117ff63
8 changed files with 320 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
imports = [
./laptop
];
services = {
logind = {
lidSwitch = "ignore";
powerKey = "suspend";
};
};
}