mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 10:20:33 +01:00
some cleanup for beleth
This commit is contained in:
parent
bcd2907c35
commit
d0bef4c9f8
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue