about summary refs log tree commit diff
path: root/nix/devel.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-02-16 21:45:26 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-02-16 21:45:26 +0700
commit44f511c028bd46d57f8fefd0a7f538e46c413b05 (patch)
tree93bc246a670140c14463def6efd98369d293df2d /nix/devel.nix
parent39ad889f9bcc01c30c554f1ebbb953e1d232b98a (diff)
downloaddotfiles-44f511c028bd46d57f8fefd0a7f538e46c413b05.tar.gz
Add aerc config
Also update relevant configurations.
Diffstat (limited to 'nix/devel.nix')
-rw-r--r--nix/devel.nix9
1 files changed, 7 insertions, 2 deletions
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";