X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=nixops%2Fmodules%2Fwebsites%2Ftools%2Fether.nix;h=0ce578816c1bfa18d55a8e3db45429a05bddad0d;hb=8a964143a4173fcbd6f398fffee727f228f952fa;hp=9c78b0cf52283a6ffb9e9d3557a90b2d640b3a1a;hpb=b798cf6d60baf5aad5438ba5936259c64d87299c;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/nixops/modules/websites/tools/ether.nix b/nixops/modules/websites/tools/ether.nix index 9c78b0c..0ce5788 100644 --- a/nixops/modules/websites/tools/ether.nix +++ b/nixops/modules/websites/tools/ether.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, config, myconfig, mylibs, ... }: +{ lib, pkgs, config, myconfig, ... }: let env = myconfig.env.tools.etherpad-lite; cfg = config.services.myWebsites.tools.etherpad-lite;