Skip to content
Snippets Groups Projects
Commit d71974b4 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add openssh and openssh agent to base layer

parent dd921e90
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,11 @@
# I have some machines where the power key can be easily pressed on accident
services.logind.extraConfig = "HandlePowerKey=ignore";
services.openssh.enable = true;
services.openssh.passwordAuthentication = false;
programs.ssh.startAgent = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment