Reorganize
This commit is contained in:
parent
0ce1331346
commit
b506e8af60
27 changed files with 2045 additions and 98 deletions
7
modules/graphical/ssh.nix
Normal file
7
modules/graphical/ssh.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.ssh.extraConfig = ''
|
||||
Host server
|
||||
HostName ssh.federated.nexus
|
||||
Port 2222
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue