We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581c28a commit 75e6bacCopy full SHA for 75e6bac
modules/nixos/services/adguardhome/settings.nix
@@ -247,7 +247,7 @@
247
safebrowsing_block_host = "standard-block.dns.adguard.com";
248
rewrites =
249
let
250
- domainName = "suasuasuasuasua.sh";
+ domainName = "sua.sh";
251
in
252
[
253
{
modules/nixos/services/navidrome.nix
@@ -1,10 +1,8 @@
1
{ config, lib, ... }:
2
3
- inherit (config.networking) hostName;
+ inherit (config.networking) hostName domain;
4
serviceName = "navidrome";
5
6
- domain = "suasuasuasuasua.sh";
7
-
8
cfg = config.nixos.services.${serviceName};
9
10
0 commit comments