diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-24 18:53:08 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-24 18:53:08 +0100 |
commit | ca61fd9bab584d1268df1094d2b8a54e4767e242 (patch) | |
tree | b7743895c2341b82eed441cd60a5388a9b6db852 | |
parent | af95d5951d2448820ade0cc81da4577b72dcb096 (diff) | |
download | nixos-ca61fd9bab584d1268df1094d2b8a54e4767e242.tar nixos-ca61fd9bab584d1268df1094d2b8a54e4767e242.tar.gz nixos-ca61fd9bab584d1268df1094d2b8a54e4767e242.tar.bz2 nixos-ca61fd9bab584d1268df1094d2b8a54e4767e242.tar.xz nixos-ca61fd9bab584d1268df1094d2b8a54e4767e242.zip |
infinoted: remove password
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -701,7 +701,6 @@ in rec { | |||
701 | enable = true; | 701 | enable = true; |
702 | keyFile = "/var/lib/acme/yggdrasil.li/key.pem"; | 702 | keyFile = "/var/lib/acme/yggdrasil.li/key.pem"; |
703 | certificateFile = "/var/lib/acme/yggdrasil.li/fullchain.pem"; | 703 | certificateFile = "/var/lib/acme/yggdrasil.li/fullchain.pem"; |
704 | passwordFile = "/var/lib/infinoted/password"; | ||
705 | plugins = [ "note-text" "note-chat" "logging" "autosave" "certificate-auth" ]; | 704 | plugins = [ "note-text" "note-chat" "logging" "autosave" "certificate-auth" ]; |
706 | extraConfig = '' | 705 | extraConfig = '' |
707 | [certificate-auth] | 706 | [certificate-auth] |