diff --git a/hosts/haze/default.nix b/hosts/haze/default.nix index 1c17bdf..939d165 100644 --- a/hosts/haze/default.nix +++ b/hosts/haze/default.nix @@ -13,6 +13,7 @@ ./disk.nix ./firefox.nix ./gnome.nix + ./ssh.nix ./thunderbird.nix ./hardware.nix ./network.nix diff --git a/hosts/haze/ssh.nix b/hosts/haze/ssh.nix new file mode 100644 index 0000000..054b746 --- /dev/null +++ b/hosts/haze/ssh.nix @@ -0,0 +1,3 @@ +{ + programs.ssh.startAgent = true; +}