diff --git a/hosts/x86_64-linux/beleth/default.nix b/hosts/x86_64-linux/beleth/default.nix index 5433ac6..47df1af 100644 --- a/hosts/x86_64-linux/beleth/default.nix +++ b/hosts/x86_64-linux/beleth/default.nix @@ -196,13 +196,13 @@ 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; + # services.mullvad-vpn.enable = true; # Open ports in the firewall. networking.nftables.enable = true;