From d259419fb7d23083d44f307dbb2e51315c82c037 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Mon, 10 Jun 2024 00:21:04 +0200 Subject: [PATCH] so langsam habe ich echt schmerzen --- hosts/x86_64-linux/beleth/default.nix | 6 ++++++ hosts/x86_64-linux/beleth/systemd-mount.nix | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 hosts/x86_64-linux/beleth/systemd-mount.nix diff --git a/hosts/x86_64-linux/beleth/default.nix b/hosts/x86_64-linux/beleth/default.nix index 8f87e79..bef11de 100644 --- a/hosts/x86_64-linux/beleth/default.nix +++ b/hosts/x86_64-linux/beleth/default.nix @@ -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; diff --git a/hosts/x86_64-linux/beleth/systemd-mount.nix b/hosts/x86_64-linux/beleth/systemd-mount.nix new file mode 100644 index 0000000..5b481c5 --- /dev/null +++ b/hosts/x86_64-linux/beleth/systemd-mount.nix @@ -0,0 +1,6 @@ +{config, lib, inputs, ...}: +{ + systemd.mounts."frotting" = { + + }; +}