aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-10-24 12:30:42 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-10-24 12:30:42 +0200
commit75489e72e379af8aeac64bc4967717d9ae776ff0 (patch)
tree1d028e5a9ab73d096e48e3f177eb60b4f73486bd /modules/private/environment.nix
parente43fdf341072e4a0150324196fc7af8f383860ec (diff)
downloadNix-75489e72e379af8aeac64bc4967717d9ae776ff0.tar.gz
Nix-75489e72e379af8aeac64bc4967717d9ae776ff0.tar.zst
Nix-75489e72e379af8aeac64bc4967717d9ae776ff0.zip
Add quatresaisons server
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 {