hosts/morphius: init new device
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
11
hosts/morphius/hardware/default.nix
Normal file
11
hosts/morphius/hardware/default.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
imports = [
|
||||
# ./laptop
|
||||
];
|
||||
services = {
|
||||
logind = {
|
||||
lidSwitch = "ignore";
|
||||
powerKey = "suspend";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user