From 39ed30937ec29217820583e07ff1f447d08b9898 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Fri, 14 Apr 2023 02:51:09 +0300 Subject: 2023-04-14 --- nixosConfigurations/manwe/default.nix | 1 - nixosConfigurations/yavanna/default.nix | 15 +++------------ 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'nixosConfigurations') diff --git a/nixosConfigurations/manwe/default.nix b/nixosConfigurations/manwe/default.nix index a3c16b0..267654d 100644 --- a/nixosConfigurations/manwe/default.nix +++ b/nixosConfigurations/manwe/default.nix @@ -29,7 +29,6 @@ with lib; { domain = "git.${my.domain.azahi}"; }; - gotify.enable = true; matrix.dendrite = { enable = true; domain = my.domain.azahi; diff --git a/nixosConfigurations/yavanna/default.nix b/nixosConfigurations/yavanna/default.nix index 145a872..908b6d3 100644 --- a/nixosConfigurations/yavanna/default.nix +++ b/nixosConfigurations/yavanna/default.nix @@ -8,19 +8,10 @@ with lib; { acme.enable = true; rtorrent.enable = true; + lidarr.enable = true; - ipfs.enable = true; - }; - - # The /nix/var/nix/db/db.sqlite file is currently corrupt. This is technically - # fixable with a reinstall, but this system doesn't have a recovery mode - # access and I'm too lazy to redo everything with nixos-infect at this point. - # - # These services fail because of that. Although, updating configuration works - # just fine. - nix = { - gc.automatic = mkForce false; - optimise.automatic = mkForce false; + # Eats too much CPU to run unattended :( + # ipfs.enable = true; }; boot = { -- cgit 1.4.1