aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/environment.nix')
-rw-r--r--modules/private/environment.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/environment.nix b/modules/private/environment.nix
index a8799d2..e79feec 100644
--- a/modules/private/environment.nix
+++ b/modules/private/environment.nix
@@ -1171,6 +1171,7 @@ in
1171 }; 1171 };
1172 }; 1172 };
1173 }; 1173 };
1174 serverSpecific = mkOption { type = attrsOf unspecified; description = "Server specific configuration"; };
1174 websites = mkOption { 1175 websites = mkOption {
1175 description = "Websites configurations"; 1176 description = "Websites configurations";
1176 type = submodule { 1177 type = submodule {