Add ssh config for user on kartoffel

This commit is contained in:
xqtc161 2024-06-15 23:22:54 +02:00
parent 28c73eaba5
commit 8a61160ee8

View file

@ -126,11 +126,11 @@ with lib; {
# Enable the OpenSSH daemon.
services.openssh.enable = true;
# programs.ssh.extraConfig = ''
# Host frotting
# HostName 2a0f:be01:0:100::a3
# User communism
# '';
programs.ssh.extraConfig = ''
Host frotting
HostName 2a0f:be01:0:100::a3
User communism
'';
services.mullvad-vpn.enable = true;