add ssh agent on haze
This commit is contained in:
parent
497d2a6b29
commit
ba11e8f4af
2 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue