docs: fix spec review issues
- Fix YAML indentation in SOPS template - Add myModules.podman.enable dependency - Remove unused tmpfiles rule (using named volume) - Remove redundant firewall config (nginx module handles 443) - Fix lib.types.listOf parentheses Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
51e723ddad
commit
70016fe9c4
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ myModules.adguard = {
|
||||||
};
|
};
|
||||||
|
|
||||||
bootstrapDns = lib.mkOption {
|
bootstrapDns = lib.mkOption {
|
||||||
type = lib.types.listOf lib.types.str;
|
type = lib.types.listOf (lib.types.str);
|
||||||
default = [ "194.242.2.2" "2a07:e340::2" ];
|
default = [ "194.242.2.2" "2a07:e340::2" ];
|
||||||
description = "Bootstrap DNS servers for resolving DoH upstream";
|
description = "Bootstrap DNS servers for resolving DoH upstream";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue