From 75489e72e379af8aeac64bc4967717d9ae776ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 24 Oct 2020 12:30:42 +0200 Subject: Add quatresaisons server --- modules/private/environment.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/private/environment.nix') 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 }; }; }; + serverSpecific = mkOption { type = attrsOf unspecified; description = "Server specific configuration"; }; websites = mkOption { description = "Websites configurations"; type = submodule { -- cgit v1.2.3