add ssh agent on haze
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
./disk.nix
|
||||
./firefox.nix
|
||||
./gnome.nix
|
||||
./ssh.nix
|
||||
./thunderbird.nix
|
||||
./hardware.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