diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-24 18:57:19 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-24 18:57:19 +0100 |
commit | afc13d563478482a0f850c18f391cdff55f06d2b (patch) | |
tree | 5e227da4ef3bee0d473dcff0cab8fcdf93108dca | |
parent | ca61fd9bab584d1268df1094d2b8a54e4767e242 (diff) | |
download | nixos-afc13d563478482a0f850c18f391cdff55f06d2b.tar nixos-afc13d563478482a0f850c18f391cdff55f06d2b.tar.gz nixos-afc13d563478482a0f850c18f391cdff55f06d2b.tar.bz2 nixos-afc13d563478482a0f850c18f391cdff55f06d2b.tar.xz nixos-afc13d563478482a0f850c18f391cdff55f06d2b.zip |
Revert "infinoted: remove password"
This reverts commit ca61fd9bab584d1268df1094d2b8a54e4767e242.
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -701,6 +701,7 @@ 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"; | ||
704 | plugins = [ "note-text" "note-chat" "logging" "autosave" "certificate-auth" ]; | 705 | plugins = [ "note-text" "note-chat" "logging" "autosave" "certificate-auth" ]; |
705 | extraConfig = '' | 706 | extraConfig = '' |
706 | [certificate-auth] | 707 | [certificate-auth] |