path refactoring

This commit is contained in:
2026-08-08 22:51:51 +03:00
parent 27d81a27e2
commit fe391211c4
5 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ in
{
services = {
calibre-web = {
package = stable.calibre-web;
# package = stable.calibre-web;
enable = true;
# dataDir = "${xlib.dirs.services-mnt-folder}/calibre-web";
options = {
-6
View File
@@ -13,10 +13,4 @@
power-profiles-daemon.enable = lib.mkForce false;
throttled.enable = false;
};
environment = {
systemPackages = with pkgs; [
cpupower-gui
];
};
}