From 1f64f9409b4c7809469172a9ce62279620f2fa92 Mon Sep 17 00:00:00 2001 From: HerozDotExe Date: Sat, 24 Jan 2026 23:06:01 +0100 Subject: [PATCH] feat: setup ssh + vesktop --- configuration.nix | 2 +- home.nix | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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 = {