home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 17b453d8a93a55bc2a0765b36ac41612c8dde1ff
parent 9b9f5580aca6b02521ce5b55307d11367065aa43
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  3 Jan 2020 16:26:09 +0100

machines/wakasu: re-enable mails

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/wakasu.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/machines/wakasu.nix b/machines/wakasu.nix @@ -15,7 +15,7 @@ profiles.laptop.enable = true; profiles.media.enable = true; profiles.gpg.pinentry = "${pkgs.pinentry-gtk2}/bin/pinentry-gtk-2"; - #profiles.mails.enable = true; + profiles.mails.enable = true; profiles.containers.kubernetes = { enable = true; krew.enable = true;