This commit is contained in:
Lilith 2025-05-30 15:30:26 +02:00
parent 0ddba5e067
commit 27a944e3a1
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
2 changed files with 5 additions and 0 deletions

View file

@ -14,6 +14,7 @@
./sops.nix
./ssh.nix
./syncthing.nix
./power.nix
./users.nix
./zsh.nix

4
system/core/power.nix Normal file
View file

@ -0,0 +1,4 @@
{ ... }:
{
services.upower.enable = true;
}