my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

use ip instead of domain

youn 78d38436 fa0a5b84

+1 -1
+1 -1
home-manager/modules/ssh.nix
··· 20 20 matchBlocks = { 21 21 "*".identityFile = [ ssh.private.path ]; 22 22 "melois.dev" = { 23 - hostname = "melois.dev"; 23 + hostname = "167.86.101.192"; 24 24 user = "root"; 25 25 port = 8422; 26 26 };