From f0d2e555ac8fdec5ff267674298b76ae5f3ddaa6 Mon Sep 17 00:00:00 2001 From: gwg313 Date: Sat, 3 Feb 2024 17:23:30 -0500 Subject: [PATCH] chore: add ssh client config to grymforge --- hosts/grymforge/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/grymforge/configuration.nix b/hosts/grymforge/configuration.nix index 3f5dd80..694380e 100644 --- a/hosts/grymforge/configuration.nix +++ b/hosts/grymforge/configuration.nix @@ -18,6 +18,7 @@ ../../common/nixos/bluetooth.nix ../../common/nixos/restic.nix ../../common/nixos/ssh.nix + ../../common/nixos/ssh_client.nix ../../common/gui/hyprland.nix ../../common/gui/thunar.nix ../../common/style/stylix.nix