refactor(services): Enable OpenSSH on all machines
This commit is contained in:
parent
484da65eed
commit
33167c8a86
2 changed files with 2 additions and 2 deletions
|
|
@ -44,6 +44,8 @@
|
|||
package = import ./emacs.nix { inherit pkgs; };
|
||||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
# Enable GNOME keyring (required for Evolution)
|
||||
services.gnome3.gnome-keyring.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue