diff --git a/configuration.nix b/configuration.nix index 05d5329..71f9084 100644 --- a/configuration.nix +++ b/configuration.nix @@ -121,7 +121,7 @@ # List services that you want to enable: # Enable the OpenSSH daemon. - services.openssh.enable = true; + # services.openssh.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; diff --git a/home.nix b/home.nix index 7f4d608..0deb830 100644 --- a/home.nix +++ b/home.nix @@ -33,6 +33,15 @@ in enable = true; }; + programs.ssh = { + enable = true; + enableDefaultConfig = true; + }; + + programs.vesktop = { + enable = true; + }; + programs.git = { enable = true; settings.user = {