summaryrefslogtreecommitdiff
path: root/modules/services
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-30 23:10:13 -0700
committerFuwn <[email protected]>2024-08-30 23:10:13 -0700
commit3fb6c6e8ebacdb4e867ff5e2f8519eef18775b82 (patch)
tree0f2a5946e931c673e8c9d85913d865d6bff694d1 /modules/services
parentthi (diff)
downloadnixos-config-3fb6c6e8ebacdb4e867ff5e2f8519eef18775b82.tar.xz
nixos-config-3fb6c6e8ebacdb4e867ff5e2f8519eef18775b82.zip
thi
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/ananicy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/ananicy.nix b/modules/services/ananicy.nix
index 7e86026..80224df 100644
--- a/modules/services/ananicy.nix
+++ b/modules/services/ananicy.nix
@@ -1,6 +1,6 @@
{ pkgs, ... }: {
services.ananicy = {
- enable = true;
+ enable = false;
package = pkgs.ananicy-cpp;
rulesProvider = pkgs.ananicy-rules-cachyos;
};