so langsam habe ich echt schmerzen

This commit is contained in:
xqtc161 2024-06-10 00:21:04 +02:00
parent 826b738f9e
commit d259419fb7
2 changed files with 12 additions and 0 deletions

View file

@ -126,6 +126,12 @@ with lib; {
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.settings = {
Host."frotting" ={
HostName = "2a0f:be01:0:100::a3";
User = "communism";
};
};
services.mullvad-vpn.enable = true;

View file

@ -0,0 +1,6 @@
{config, lib, inputs, ...}:
{
systemd.mounts."frotting" = {
};
}