aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/ether.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/tools/ether.nix')
-rw-r--r--nixops/modules/websites/tools/ether.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/ether.nix b/nixops/modules/websites/tools/ether.nix
index 1c952af..80472f0 100644
--- a/nixops/modules/websites/tools/ether.nix
+++ b/nixops/modules/websites/tools/ether.nix
@@ -14,7 +14,7 @@ in {
14 }; 14 };
15 15
16 config = lib.mkIf cfg.enable { 16 config = lib.mkIf cfg.enable {
17 mySecrets.keys = [ 17 secrets.keys = [
18 { 18 {
19 dest = "webapps/tools-etherpad-apikey"; 19 dest = "webapps/tools-etherpad-apikey";
20 permissions = "0400"; 20 permissions = "0400";