hosts/morphius: init new device

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-27 16:47:01 +03:00
parent 5dfa9d62c4
commit 7139cfb640
10 changed files with 216 additions and 4 deletions

View File

@ -0,0 +1,11 @@
{
imports = [
# ./laptop
];
services = {
logind = {
lidSwitch = "ignore";
powerKey = "suspend";
};
};
}