aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorop <[email protected]>2024-11-06 11:56:49 +0000
committerop <[email protected]>2024-11-06 11:57:22 +0000
commit0ec5d4150919898c0fa2619bdc1c7c0a942cfe20 (patch)
tree7e2f7ba62153cc88cfe637aa6cdd0114ea4765ff /hosts
parent4dc90b928240253727565c3438e21eb3731abd5d (diff)
use upstream flaresolverr
Diffstat (limited to 'hosts')
-rw-r--r--hosts/laurel/configuration.nix4
-rw-r--r--hosts/laurel/servarr.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/hosts/laurel/configuration.nix b/hosts/laurel/configuration.nix
index 61d8ed1..8ff1fe5 100644
--- a/hosts/laurel/configuration.nix
+++ b/hosts/laurel/configuration.nix
@@ -33,7 +33,7 @@
33 }; 33 };
34 34
35 # Enable sound. 35 # Enable sound.
36 sound.enable = true; 36 # sound.enable = true;
37 hardware.pulseaudio.enable = true; 37 hardware.pulseaudio.enable = true;
38 hardware.opengl = { 38 hardware.opengl = {
39 enable = true; 39 enable = true;
@@ -155,7 +155,7 @@
155 }; 155 };
156 }; 156 };
157 services.mautrix-whatsapp = { 157 services.mautrix-whatsapp = {
158 enable = true; 158 enable = false;
159 settings = { 159 settings = {
160 homeserver = { 160 homeserver = {
161 address = "http://localhost:6197"; 161 address = "http://localhost:6197";
diff --git a/hosts/laurel/servarr.nix b/hosts/laurel/servarr.nix
index cc225c1..e9c06c4 100644
--- a/hosts/laurel/servarr.nix
+++ b/hosts/laurel/servarr.nix
@@ -4,7 +4,7 @@
4 imports = [ ]; 4 imports = [ ];
5 5
6 nixpkgs.overlays = with self.overlays; [ 6 nixpkgs.overlays = with self.overlays; [
7 flaresolverr 7 #flaresolverr
8 ]; 8 ];
9 9
10 users.groups."torrent".members = [ 10 users.groups."torrent".members = [