Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mrjones2014/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Oct 25, 2024
2 parents 99ff6fe + 791bc4c commit e148226
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions home-manager/modules/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ in {
enable = true;
forwardAgent = true;
matchBlocks = {
"nixos-server" = {
port = 6969;
hostname = "192.168.189.2";
};
"nixos-server".hostname = "192.168.189.2";
"gitlab.1password.io" = {
port = 2227;
hostname = "ssh.gitlab.1password.io";
Expand Down
2 changes: 0 additions & 2 deletions hosts/server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
PermitRootLogin = "no";
AllowUsers = [ "mat" ];
};

ports = [ 6969 ];
};
};

Expand Down

0 comments on commit e148226

Please sign in to comment.