mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 02:24:12 -05:00
feat(hosts): add upower
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
./nix-ld.nix
|
||||
./prometheus-node-exporter.nix
|
||||
./kdeconnect.nix
|
||||
./upower.nix
|
||||
]
|
||||
++ (builtins.attrValues outputs.nixosModules);
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
services.upower.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user