feat(nix/hm/price): configure ssh
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
This commit is contained in:
parent
c690e01544
commit
4cc2f1327f
14
users/price/conf/ssh/default.nix
Normal file
14
users/price/conf/ssh/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = rec {
|
||||
luna = {
|
||||
hostname = "luna.hosts.orion-technologies.io";
|
||||
user = "price";
|
||||
port = 2200;
|
||||
};
|
||||
"luna.hosts.orion-technologies.io" = luna;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user