treewide: ssh as program inited
This commit is contained in:
parent
fbf608d222
commit
7c74535c02
4 changed files with 22 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
|||
./programs/gamemode.nix
|
||||
./programs/nh.nix
|
||||
./programs/steam.nix
|
||||
./programs/ssh.nix
|
||||
|
||||
./security/polkit.nix
|
||||
./security/rtkit.nix
|
||||
|
|
|
|||
10
s0mePC-nix/programs/ssh.nix
Normal file
10
s0mePC-nix/programs/ssh.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
ssh = {
|
||||
startAgent = true;
|
||||
agentTimeout = "30m";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue