diff options
Diffstat (limited to 'configurations/eonwe')
-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 = { |