mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 00:00:32 +01:00
Add ssh config for user on kartoffel
This commit is contained in:
parent
28c73eaba5
commit
8a61160ee8
|
@ -126,11 +126,11 @@ with lib; {
|
||||||
|
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
# programs.ssh.extraConfig = ''
|
programs.ssh.extraConfig = ''
|
||||||
# Host frotting
|
Host frotting
|
||||||
# HostName 2a0f:be01:0:100::a3
|
HostName 2a0f:be01:0:100::a3
|
||||||
# User communism
|
User communism
|
||||||
# '';
|
'';
|
||||||
|
|
||||||
services.mullvad-vpn.enable = true;
|
services.mullvad-vpn.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue