From 44f511c028bd46d57f8fefd0a7f538e46c413b05 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 16 Feb 2022 21:45:26 +0700 Subject: Add aerc config Also update relevant configurations. --- nix/devel.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'nix/devel.nix') diff --git a/nix/devel.nix b/nix/devel.nix index c6656ad..b7321a9 100644 --- a/nix/devel.nix +++ b/nix/devel.nix @@ -5,7 +5,7 @@ exa fd gitAndTools.gitFull glow jq kvm minicom manpages ripgrep rlwrap gcc lua python3 rakudo zig bintools gdb gnumake luaPackages.luacheck mypy pkg-config - plantuml sile texlive.combined.scheme-full + plantuml texlive.combined.scheme-full ] ++ (with python3Packages; [ flit pip tox ]); programs.mtr.enable = true; @@ -15,7 +15,12 @@ }; services = { - # openssh.enable = true; + openssh = { + enable = true; + passwordAuthentication = false; + kbdInteractiveAuthentication = false; + }; + ipfs = { enable = true; user = "sea"; -- cgit 1.4.1