diff options
| author | Kjetil Orbekk <kj@orbekk.com> | 2024-01-13 12:47:22 -0500 |
|---|---|---|
| committer | Kjetil Orbekk <kj@orbekk.com> | 2024-01-13 12:47:22 -0500 |
| commit | 4f67469e5687a8e254ec79474efde3df6431aeff (patch) | |
| tree | 4a57fd57df197c07605776cba17f5edd13e55f4f | |
| parent | 55e047d65c738a2d502bdf9ccc2c5b5d251b1841 (diff) | |
Enable emacs user service
| -rw-r--r-- | modules/common.nix | 1 |
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; |
