Local changes

This commit is contained in:
2021-04-12 22:15:13 -07:00
parent 0158667056
commit f99759d5cb
5 changed files with 18 additions and 13 deletions
+6
View File
@@ -133,6 +133,12 @@ let
description = "User as which to run builds.";
default = "nix-site-builder";
};
local-networks = mkOption {
type = listOf str;
description = "List of networks to consider local at this site.";
default = [ ];
};
};
};