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:
ashisgreat22 2026-03-18 19:01:39 +01:00
parent 51e723ddad
commit 70016fe9c4

View file

@ -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";
}; };