Skip to content

Commit 75e6bac

Browse files
fix: catch missed domains
1 parent 581c28a commit 75e6bac

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

modules/nixos/services/adguardhome/settings.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
safebrowsing_block_host = "standard-block.dns.adguard.com";
248248
rewrites =
249249
let
250-
domainName = "suasuasuasuasua.sh";
250+
domainName = "sua.sh";
251251
in
252252
[
253253
{

modules/nixos/services/navidrome.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{ config, lib, ... }:
22
let
3-
inherit (config.networking) hostName;
3+
inherit (config.networking) hostName domain;
44
serviceName = "navidrome";
55

6-
domain = "suasuasuasuasua.sh";
7-
86
cfg = config.nixos.services.${serviceName};
97
in
108
{

0 commit comments

Comments
 (0)