From 7bcd223aa4537f054eb140c3b5461ee7a4d03b19 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 6 Jun 2025 14:31:16 +0530 Subject: Add sonarr/radarr/prowlarr + add service routing --- configuration.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 561266a..c53af09 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,11 +10,11 @@ ./hardware/thinkpad-e14/default.nix ./packages.nix ./overlays-system.nix + ./modules/service-router.module.nix ./modules/login.nix ./modules/torrent.nix ./modules/work.nix ./modules/keyboard/default.nix - ./modules/jackett.nix ./modules/thunderbird/default.nix ./modules/clamav.nix ./modules/lockscreen.nix @@ -26,6 +26,8 @@ allowBroken = false; }; + services.service-router.enable = true; + services.udisks2.enable = true; programs.dconf.enable = true; @@ -57,10 +59,9 @@ nameservers = [ "100.100.100.100" "8.8.8.8" "1.1.1.1" ]; search = [ "resolve.construction" ]; networkmanager.enable = true; - extraHosts = '' - 127.0.0.1 phenax.local - 127.0.0.1 field.shape-e2e.com - ''; + hosts = { + "127.0.0.1" = ["phenax.local" "field.shape-e2e.com"]; + }; }; services.atd.enable = true; -- cgit v1.3.1