upower
This commit is contained in:
parent
0ddba5e067
commit
27a944e3a1
2 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
./sops.nix
|
./sops.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
|
./power.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
|
|
||||||
|
|
|
||||||
4
system/core/power.nix
Normal file
4
system/core/power.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.upower.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue