about summary refs log tree commit diff
path: root/configurations/eonwe
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-10-21 14:22:29 +0300
committerazahi <azat@bahawi.net>2024-10-21 14:22:29 +0300
commit5c92aab0c7dde0729484f8878a8ebf05e5fc79ab (patch)
treeb76a1ce5c577d28d4a69738d3213fcf1ee0e3394 /configurations/eonwe
parent2024-10-17 (diff)
2024-10-21
Diffstat (limited to '')
-rw-r--r--configurations/eonwe/default.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix
index a35ad5c..a7505e7 100644
--- a/configurations/eonwe/default.nix
+++ b/configurations/eonwe/default.nix
@@ -24,7 +24,6 @@ with lib;
     beets.enable = true;
     bluetooth.enable = true;
     incus.enable = true;
-    ipfs.enable = true;
     libvirtd.enable = true;
     mpd.enable = true;
     qutebrowser.enable = true;
@@ -32,7 +31,7 @@ with lib;
 
   hm = {
     home.packages = with pkgs; [
-      calibre
+      # calibre # FIXME https://nixpk.gs/pr-tracker.html?pr=349884
       krita
       qolibri
       radeontop
@@ -149,6 +148,12 @@ with lib;
   };
 
   services = {
+    languagetool = {
+      enable = true;
+      port = 8081;
+      allowOrigin = "*";
+    };
+
     smartd = {
       enable = true;
       notifications.mail = {

Consider giving Nix/NixOS a try! <3