diff options
author | azahi <azat@bahawi.net> | 2024-10-21 14:22:29 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-21 14:22:29 +0300 |
commit | 5c92aab0c7dde0729484f8878a8ebf05e5fc79ab (patch) | |
tree | b76a1ce5c577d28d4a69738d3213fcf1ee0e3394 /configurations/eonwe/default.nix | |
parent | 2024-10-17 (diff) |
2024-10-21
Diffstat (limited to 'configurations/eonwe/default.nix')
-rw-r--r-- | configurations/eonwe/default.nix | 9 |
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 = { |