feature(services): add services to module files

This commit is contained in:
2025-12-28 19:27:14 +01:00
parent 520eadd6fb
commit f3678a13c5

View File

@@ -1,6 +1,7 @@
{ config, lib, pkgs, ... }:
{
# list of enabled services on the system
services = {
tuned.enable = true;
upower.enable = true;