add ssh agent on haze
This commit is contained in:
@@ -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
3
hosts/haze/ssh.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
programs.ssh.startAgent = true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user