From 86ce0ed9e64e43921690c66fd6713bd13ddcfe3b Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Mon, 18 Sep 2023 13:09:58 +0200 Subject: [PATCH] nishimiya: Changes --- hosts/nishimiya.nix | 3 +++ modules/users/alexander.nix | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/hosts/nishimiya.nix b/hosts/nishimiya.nix index c8fde3d..0945cd3 100644 --- a/hosts/nishimiya.nix +++ b/hosts/nishimiya.nix @@ -36,6 +36,8 @@ extraModulePackages = [ ]; # NOTE: See https://github.com/NixOS/nixos-hardware/blob/master/lenovo/thinkpad/e495/default.nix#L12 kernelParams = [ "acpi_backlight=native" ]; + + binfmt.emulatedSystems = ["aarch64-linux"]; }; ptw = { @@ -135,6 +137,7 @@ environment.systemPackages = with pkgs; [ ansible gnumake + wireguard-tools (pkgs.callPackage ./wrapper.nix { inherit (pkgs) retroarch; diff --git a/modules/users/alexander.nix b/modules/users/alexander.nix index 25506f6..11b0699 100644 --- a/modules/users/alexander.nix +++ b/modules/users/alexander.nix @@ -34,10 +34,10 @@ identitiesOnly = true; }; taihou = { - port = sshPort; - hostname = "162.55.43.248"; - user = "alexander"; - identityFile = "~/.ssh/polynom.me_ayame"; + port = 22; + hostname = "78.47.22.95"; + user = "root"; + identityFile = "~/.ssh/hetzner"; identitiesOnly = true; }; "git.polynom.me" = {