Skip to content

Commit

Permalink
test: NAT
Browse files Browse the repository at this point in the history
  • Loading branch information
jz8132543 committed Mar 6, 2024
1 parent c58f1d7 commit ed8ebf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/base/environment/isNAT/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ in
# if config.environment.isNAT
# then
mkOption {
type = types.jsonValue (types.submodule ({config, ...}: {
freeformType = types.jsonValue types.list;
type = types.attrsOf (types.submodule ({config, ...}: {
freeformType = types.attrsOf types.jsonValue;
config.entryPoints = ["https-alt"];
options.entryPoints = mkOption {
type = types.listOf types.str;
Expand Down

0 comments on commit ed8ebf1

Please sign in to comment.