summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix
index cca04b3..28643f8 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -101,6 +101,7 @@
console.packages = [ pkgs.terminus_font ];
services = {
+ emacs.install = true;
postgresql = { package = pkgs.postgresql_12; };
openssh.settings.PasswordAuthentication = false;
openssh.settings.KbdInteractiveAuthentication = false;