Enable nbfc service again.

This commit is contained in:
CronyAkatsuki 2025-01-31 18:47:42 +01:00
parent 1453a4c5e8
commit 8aa2a82d09

View File

@ -16,7 +16,7 @@
# Setup nbfc package
systemd.services.nbfc_service = {
enable = false;
enable = true;
description = "NoteBook FanControl Service";
serviceConfig.Type = "simple";
path = [pkgs.kmod];