From 512483106110b5f9209bb03238d44b991fe15d22 Mon Sep 17 00:00:00 2001 From: adikro Date: Thu, 12 Feb 2026 23:04:24 +0100 Subject: thinkpad configuration finalization --- os/core/ssh.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'os/core/ssh.nix') diff --git a/os/core/ssh.nix b/os/core/ssh.nix index 2fb35f8..4069d31 100644 --- a/os/core/ssh.nix +++ b/os/core/ssh.nix @@ -1,4 +1,10 @@ -{ config, lib, pkgs, username, ... }: +{ + config, + lib, + pkgs, + username, + ... +}: let cfg = config.os.core.ssh; in @@ -10,9 +16,7 @@ in openFirewall = true; }; - services.openssh = { - enable = true; - }; + services.openssh.enable = true; programs.gnupg.agent = { enable = true; -- cgit v1.3