mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
test
This commit is contained in:
parent
502a68b81e
commit
baafee0a16
7 changed files with 89 additions and 147 deletions
8
system/aly-laptop.nix
Normal file
8
system/aly-laptop.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
({ config, pkgs, ... }: {
|
||||
networking.hostName = "aly-laptop";
|
||||
services.logind = {
|
||||
lidSwitch = "suspend";
|
||||
lidSwitchDocked = "ignore";
|
||||
lidSwitchExternalPower = "ignore";
|
||||
};
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue