add ssh agent on haze

This commit is contained in:
2025-02-16 16:44:24 +01:00
parent 497d2a6b29
commit ba11e8f4af
2 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
./disk.nix ./disk.nix
./firefox.nix ./firefox.nix
./gnome.nix ./gnome.nix
./ssh.nix
./thunderbird.nix ./thunderbird.nix
./hardware.nix ./hardware.nix
./network.nix ./network.nix

3
hosts/haze/ssh.nix Normal file
View File

@@ -0,0 +1,3 @@
{
programs.ssh.startAgent = true;
}