diff --git a/hosts/x86_64-linux/beleth/default.nix b/hosts/x86_64-linux/beleth/default.nix index 5e0f1c0..c6711c0 100644 --- a/hosts/x86_64-linux/beleth/default.nix +++ b/hosts/x86_64-linux/beleth/default.nix @@ -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;